Ignore:
Timestamp:
Apr 11, 2007, 6:12:56 PM (18 years ago)
Author:
ansari
Message:

Sw/SegDataBlock<T> rendu en principe ThreadSafe + changement numero de version SOPHYA et module BaseTools, Reza 11/04/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ndatablock.h

    r3212 r3213  
    174174  static size_t NallocData; //!< DEBUG: number of allocations (all type<T> classes)
    175175  static size_t NallocSRef; //!< DEBUG: number of references (all type<T> classes)
    176   static ThSafeOp* gThsop;  //!< DEBUG: for thread safe operation
     176  static ThSafeOp* gThsop;  //!< Mutex For thread safe operation
    177177
    178178  size_t       mSz;      //!< size of data structure
Note: See TracChangeset for help on using the changeset viewer.