Changeset 552 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Nov 5, 1999, 2:11:33 PM (26 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/anydataobj.h
r268 r552 8 8 #include "machdefs.h" 9 9 10 namespace PlanckDPC{10 namespace SOPHYA { 11 11 12 12 class AnyDataObj { -
trunk/SophyaLib/BaseTools/hashtable.h
r242 r552 10 10 #include "pexceptions.h" 11 11 12 namespace PlanckDPC{12 namespace SOPHYA { 13 13 14 14 template <class T, class K> -
trunk/SophyaLib/BaseTools/machdefs.h
r480 r552 346 346 347 347 #ifdef __cplusplus 348 namespace PlanckDPC{}349 using namespace PlanckDPC;348 namespace SOPHYA {} 349 using namespace SOPHYA; 350 350 #define EXPLICIT explicit 351 351 #include "pclassids.h" -
trunk/SophyaLib/BaseTools/ndatablock.h
r502 r552 11 11 #include <iostream.h> 12 12 13 namespace PlanckDPC{13 namespace SOPHYA { 14 14 15 15 // Classe pour permettre de partager des donnees avec -
trunk/SophyaLib/BaseTools/objfio.h
r277 r552 11 11 #include "ppersist.h" 12 12 13 namespace PlanckDPC{13 namespace SOPHYA { 14 14 15 15 -
trunk/SophyaLib/BaseTools/pexceptions.h
r256 r552 8 8 using namespace std; 9 9 10 namespace PlanckDPC{10 namespace SOPHYA { 11 11 12 12 // Ancestor for PError and PException -
trunk/SophyaLib/BaseTools/ppersist.h
r481 r552 23 23 // Classe de base pour les objets qui peuvent devenir PPersist 24 24 25 namespace PlanckDPC{25 namespace SOPHYA { 26 26 27 27 class AnyDataObj;
Note:
See TracChangeset
for help on using the changeset viewer.