Changeset 440 in Sophya for trunk/SophyaPI/PIext/pintup3d.cc


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.