Changeset 2671 in Sophya for trunk/SophyaLib/SysTools/zthread.h
- Timestamp:
- Apr 18, 2005, 5:34:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.h
r2598 r2671 39 39 inline void setRC(int rc) { _rc = rc; } 40 40 //! Return the value of the return code for the thread object 41 inline int getRC( int rc) { return(_rc);41 inline int getRC() { return(_rc); 42 42 } 43 43 inline void setAction(ZThreadAction act, void * usp=NULL)
Note:
See TracChangeset
for help on using the changeset viewer.