Changeset 2615 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/datatype.cc
r2344 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "datatype.h" 7 8 -
trunk/SophyaLib/BaseTools/dvlist.cc
r2339 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <stdlib.h> -
trunk/SophyaLib/BaseTools/fiondblock.cc
r2441 r2615 2 2 // C.Magneville 04/99-03/2000 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <stdio.h> -
trunk/SophyaLib/BaseTools/machdefs_mkmf.h
r2339 r2615 406 406 namespace std { } 407 407 using namespace std; 408 /* SOPHYA classes are in namespace SOPHYA */ 409 namespace SOPHYA {} 410 using namespace SOPHYA; 408 /*******************************************/ 409 /* SOPHYA classes are in namespace SOPHYA */ 410 /* namespace SOPHYA {} */ 411 /* using namespace SOPHYA; */ 412 /* Please use instead: sopnamsp.h */ 413 /*******************************************/ 411 414 #define EXPLICIT explicit 412 415 #endif -
trunk/SophyaLib/BaseTools/mutyv.cc
r2322 r2615 4 4 5 5 6 #include "sopnamsp.h" 6 7 #include "mutyv.h" 7 8 #include <stdio.h> -
trunk/SophyaLib/BaseTools/ndatablock.cc
r2565 r2615 2 2 // malheureusement tres mal concu... C.Magneville 04/99 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <stdio.h> -
trunk/SophyaLib/BaseTools/pexceptions.cc
r2339 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include <iostream> -
trunk/SophyaLib/BaseTools/ppersist.cc
r2482 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/BaseTools/ppfbinstream.cc
r2485 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/BaseTools/rawstream.cc
r2459 r2615 1 #include "sopnamsp.h" 1 2 #include "rawstream.h" 2 3 #include "pexceptions.h" -
trunk/SophyaLib/BaseTools/sophyainit.cc
r2430 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3
Note:
See TracChangeset
for help on using the changeset viewer.