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


Ignore:
Timestamp:
Apr 12, 2007, 5:15:41 PM (18 years ago)
Author:
ansari
Message:

Ajout flag pour destroy_mutex selectif par le destructeur de ZMutex (pb erreur lors de sortie de piapp), Reza 12/04/2007

File:
1 edited

Legend:

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

    r3217 r3219  
    9191class ZMutex {
    9292public:
    93   explicit      ZMutex();
     93  explicit      ZMutex(bool fgd=false);
    9494  virtual       ~ZMutex();
    9595  //! Locks the mutex object
     
    118118  pthread_mutex_t *  _mutx;
    119119  pthread_cond_t *  _condv;
     120  bool _fgd;
    120121};
    121122
Note: See TracChangeset for help on using the changeset viewer.