Changeset 2671 in Sophya for trunk/SophyaLib/SysTools/zthread.h


Ignore:
Timestamp:
Apr 18, 2005, 5:34:31 PM (20 years ago)
Author:
ansari
Message:

Modifs pour introduire la possibilite d'execution multi-thread de commandes ds l'interpreteur Commander - Reza 18/4/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/zthread.h

    r2598 r2671  
    3939  inline void   setRC(int rc) { _rc = rc; }
    4040  //! 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);
    4242 }
    4343  inline void   setAction(ZThreadAction act, void * usp=NULL)
Note: See TracChangeset for help on using the changeset viewer.