Changeset 2955 in Sophya for trunk/SophyaLib/SysTools/commander.h


Ignore:
Timestamp:
May 29, 2006, 7:27:35 PM (19 years ago)
Author:
ansari
Message:

Ajout gestionnaire signal ds ZThread et correction/adaptation gestion des threads (killthr) dans Commander - Reza 29 mai 2006

File:
1 edited

Legend:

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

    r2943 r2955  
    7171  static Commander*     GetInterpreter();
    7272
    73                         Commander();
     73                        Commander(bool fgsigzt=true);
    7474  virtual               ~Commander();
    7575  virtual string        Name();
     
    171171  //   Gestion des threads d'execution de commandes
    172172  void          ListThreads();
    173   void          StopThr(uint_8 thrid);
     173  void          StopThr(uint_8 thrid, bool fgkill=true);
    174174  void          CleanThrList();
    175175  void          WaitThreads();
Note: See TracChangeset for help on using the changeset viewer.