Salome HOME
Migration to OCCT 7.0
[modules/geom.git] / src / OBJECT / GEOM_AISTrihedron.cxx
index 8ed94f9b9e8b93a407dc14b5b399d7b8983bc749..8468b8b05ecfed847302f322a80c546e3d70447e 100755 (executable)
@@ -28,8 +28,7 @@
 #include "GEOM_AISTrihedron.hxx"
 #include <Geom_Axis2Placement.hxx>
 
-IMPLEMENT_STANDARD_HANDLE(GEOM_AISTrihedron, AIS_Trihedron)
-IMPLEMENT_STANDARD_RTTIEXT(GEOM_AISTrihedron, AIS_Trihedron)
+OCCT_IMPLEMENT_STANDARD_RTTIEXT(GEOM_AISTrihedron, AIS_Trihedron)
 
 /*
   Class       : GEOM_AISTrihedron
@@ -63,10 +62,3 @@ void GEOM_AISTrihedron::setIO( const Handle(SALOME_InteractiveObject)& theIO )
 {
   myObject = theIO;
 }
-
-
-
-
-
-
-