Changeset 2955 in Sophya for trunk/SophyaLib/SysTools/commander.h
- Timestamp:
- May 29, 2006, 7:27:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/commander.h
r2943 r2955 71 71 static Commander* GetInterpreter(); 72 72 73 Commander( );73 Commander(bool fgsigzt=true); 74 74 virtual ~Commander(); 75 75 virtual string Name(); … … 171 171 // Gestion des threads d'execution de commandes 172 172 void ListThreads(); 173 void StopThr(uint_8 thrid );173 void StopThr(uint_8 thrid, bool fgkill=true); 174 174 void CleanThrList(); 175 175 void WaitThreads();
Note:
See TracChangeset
for help on using the changeset viewer.