Changeset 3212 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Apr 11, 2007, 3:27:52 PM (18 years ago)
Author:
ansari
Message:

Remplacement include thsafeop.h par declaration de la classe ThSafeOp ds ndatablock.h, Reza 11/04/2007

Location:
trunk/SophyaLib/BaseTools
Files:
2 edited

Legend:

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

    r3208 r3212  
    1010#include "pexceptions.h"
    1111#include "ndatablock.h"
     12#include "thsafeop.h"  //  for ThreadSafe operations (Ref.Count/Share)
    1213
    1314/* ---- Pour renvoyer un identificateur unique ---- */
  • trunk/SophyaLib/BaseTools/ndatablock.h

    r3208 r3212  
    1010#include "anydataobj.h"
    1111#include <iostream>
    12 
    13 #include "thsafeop.h"      /* For thread safe operation (Ref.Count/Share) */
    1412
    1513namespace SOPHYA {
     
    3634};
    3735
     36
     37class ThSafeOp; //forward class declaration for ThreadSafe operations (Ref.Count/Share)
     38
    3839////////////////////////////////////////////////////////////////
    3940//// ----------------- Class NDataBlock --------------------- //
    4041////////////////////////////////////////////////////////////////
    41 
    4242// classe de container avec partage de reference
    4343//! Container of data with reference sharing
Note: See TracChangeset for help on using the changeset viewer.