Changeset 440 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Sep 26, 1999, 5:49:56 PM (26 years ago)
Author:
ercodmgr
Message:

flag KCC -> namespace std et CC_HAS_RTTI_SUPPORT Reza 26/9/99

Location:
trunk/SophyaPI/PIext
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/dlftypes.h

    r384 r440  
    77#define DLFTYPES_H_SEEN
    88
     9#include "machdefs.h"
    910#include <string>
    1011#include <vector>
    11 #if defined(__KCC__)
    12 using std::string ;
    13 #include <vector.h>
    14 #endif
    1512
    1613// ------------ Fonctions pour trace de fonctions --------------
  • trunk/SophyaPI/PIext/nobjmgr.cc

    r380 r440  
    88#include <list>
    99#include <map>
    10 #if defined(__KCC__)
    11 using std::string ;
    12 #include <list.h>
    13 #include <map.h>
    14 #endif
    1510
    1611#include "strutil.h"
  • trunk/SophyaPI/PIext/nobjmgr.h

    r368 r440  
    1313#include <string>
    1414#include <vector>
    15 #if defined(__KCC__)
    16 using std::string ;
    17 #include <vector.h>
    18 #endif
    1915
    2016class NObjMgrAdapter;
  • trunk/SophyaPI/PIext/piacmd.h

    r361 r440  
    1414#include <map>
    1515#include <functional>
    16 #if defined(__KCC__)
    17 using std::string ;
    18 #include <vector.h>
    19 #include <map.h>
    20 #include <functional.h>
    21 #endif
    2216
    2317#include "dlftypes.h"
  • trunk/SophyaPI/PIext/piafitting.h

    r392 r440  
    1010#include <string>
    1111#include <vector>
    12 #if defined(__KCC__)
    13 using std::string ;
    14 #include <vector.h>
    15 #endif
    1612
    1713#include "anydataobj.h"
  • trunk/SophyaPI/PIext/pigfd2.cc

    r339 r440  
    7575if(mLAtt!=PI_NotDefLineAtt) SelectErrBar(true,true,true);
    7676
    77 #if defined(__DECCXX) || defined(__KCC__)
     77#if defined(CC_HAS_RTTI_SUPPORT)
    7878PIGraphic3D* g3 = dynamic_cast<PIGraphic3D*>(g);
    7979#else
  • trunk/SophyaPI/PIext/pintup3d.cc

    r333 r440  
    9898if ( (xK < 0) || (yK < 0) || (zK < 0) )  return;
    9999
    100 #if defined(__DECCXX) || defined(__KCC__)
     100#if defined(CC_HAS_RTTI_SUPPORT)
    101101PIGraphic3D* g3 = dynamic_cast<PIGraphic3D*>(g);
    102102#else
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r384 r440  
    88#include <string>
    99#include <vector>
    10 #if defined(__KCC__)
    11 using std::string ;
    12 #include <vector.h>
    13 #endif
    14 
    1510
    1611#include "strutil.h"
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r374 r440  
    1010#include <map>
    1111#include <functional>
    12 #if defined(__KCC__)
    13 using std::string ;
    14 #include <map.h>
    15 #include <functional.h>
    16 #endif
    1712
    1813#include "pisysdep.h"
  • trunk/SophyaPI/PIext/servnobjm.cc

    r368 r440  
    88#include <list>
    99#include <map>
    10 #if defined(__KCC__)
    11 using std::string ;
    12 #include <list.h>
    13 #include <map.h>
    14 #endif
    1510
    1611#include "strutil.h"
  • trunk/SophyaPI/PIext/servnobjm.h

    r361 r440  
    1212#include <map>
    1313#include <functional>
    14 #if defined(__KCC__)
    15 using std::string ;
    16 #include <list.h>
    17 #include <map.h>
    18 #include <functional.h>
    19 #endif
    2014
    2115#include "pdlmgr.h"
Note: See TracChangeset for help on using the changeset viewer.