Changeset 440 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Sep 26, 1999, 5:49:56 PM (26 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/dlftypes.h
r384 r440 7 7 #define DLFTYPES_H_SEEN 8 8 9 #include "machdefs.h" 9 10 #include <string> 10 11 #include <vector> 11 #if defined(__KCC__)12 using std::string ;13 #include <vector.h>14 #endif15 12 16 13 // ------------ Fonctions pour trace de fonctions -------------- -
trunk/SophyaPI/PIext/nobjmgr.cc
r380 r440 8 8 #include <list> 9 9 #include <map> 10 #if defined(__KCC__)11 using std::string ;12 #include <list.h>13 #include <map.h>14 #endif15 10 16 11 #include "strutil.h" -
trunk/SophyaPI/PIext/nobjmgr.h
r368 r440 13 13 #include <string> 14 14 #include <vector> 15 #if defined(__KCC__)16 using std::string ;17 #include <vector.h>18 #endif19 15 20 16 class NObjMgrAdapter; -
trunk/SophyaPI/PIext/piacmd.h
r361 r440 14 14 #include <map> 15 15 #include <functional> 16 #if defined(__KCC__)17 using std::string ;18 #include <vector.h>19 #include <map.h>20 #include <functional.h>21 #endif22 16 23 17 #include "dlftypes.h" -
trunk/SophyaPI/PIext/piafitting.h
r392 r440 10 10 #include <string> 11 11 #include <vector> 12 #if defined(__KCC__)13 using std::string ;14 #include <vector.h>15 #endif16 12 17 13 #include "anydataobj.h" -
trunk/SophyaPI/PIext/pigfd2.cc
r339 r440 75 75 if(mLAtt!=PI_NotDefLineAtt) SelectErrBar(true,true,true); 76 76 77 #if defined( __DECCXX) || defined(__KCC__)77 #if defined(CC_HAS_RTTI_SUPPORT) 78 78 PIGraphic3D* g3 = dynamic_cast<PIGraphic3D*>(g); 79 79 #else -
trunk/SophyaPI/PIext/pintup3d.cc
r333 r440 98 98 if ( (xK < 0) || (yK < 0) || (zK < 0) ) return; 99 99 100 #if defined( __DECCXX) || defined(__KCC__)100 #if defined(CC_HAS_RTTI_SUPPORT) 101 101 PIGraphic3D* g3 = dynamic_cast<PIGraphic3D*>(g); 102 102 #else -
trunk/SophyaPI/PIext/pistdimgapp.cc
r384 r440 8 8 #include <string> 9 9 #include <vector> 10 #if defined(__KCC__)11 using std::string ;12 #include <vector.h>13 #endif14 15 10 16 11 #include "strutil.h" -
trunk/SophyaPI/PIext/pistdimgapp.h
r374 r440 10 10 #include <map> 11 11 #include <functional> 12 #if defined(__KCC__)13 using std::string ;14 #include <map.h>15 #include <functional.h>16 #endif17 12 18 13 #include "pisysdep.h" -
trunk/SophyaPI/PIext/servnobjm.cc
r368 r440 8 8 #include <list> 9 9 #include <map> 10 #if defined(__KCC__)11 using std::string ;12 #include <list.h>13 #include <map.h>14 #endif15 10 16 11 #include "strutil.h" -
trunk/SophyaPI/PIext/servnobjm.h
r361 r440 12 12 #include <map> 13 13 #include <functional> 14 #if defined(__KCC__)15 using std::string ;16 #include <list.h>17 #include <map.h>18 #include <functional.h>19 #endif20 14 21 15 #include "pdlmgr.h"
Note:
See TracChangeset
for help on using the changeset viewer.