Changeset 3212 in Sophya for trunk/SophyaLib
- Timestamp:
- Apr 11, 2007, 3:27:52 PM (18 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ndatablock.cc
r3208 r3212 10 10 #include "pexceptions.h" 11 11 #include "ndatablock.h" 12 #include "thsafeop.h" // for ThreadSafe operations (Ref.Count/Share) 12 13 13 14 /* ---- Pour renvoyer un identificateur unique ---- */ -
trunk/SophyaLib/BaseTools/ndatablock.h
r3208 r3212 10 10 #include "anydataobj.h" 11 11 #include <iostream> 12 13 #include "thsafeop.h" /* For thread safe operation (Ref.Count/Share) */14 12 15 13 namespace SOPHYA { … … 36 34 }; 37 35 36 37 class ThSafeOp; //forward class declaration for ThreadSafe operations (Ref.Count/Share) 38 38 39 //////////////////////////////////////////////////////////////// 39 40 //// ----------------- Class NDataBlock --------------------- // 40 41 //////////////////////////////////////////////////////////////// 41 42 42 // classe de container avec partage de reference 43 43 //! Container of data with reference sharing
Note:
See TracChangeset
for help on using the changeset viewer.