]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_GEOM_I.hxx
Salome HOME
Migration to OCCT 7.0
[modules/geom.git] / src / GEOM_I / GEOM_GEOM_I.hxx
index 3750bee52a87ccb25ba428f729276d7f74dfa647..6da092805f5b56262df0cfff4cf57753727b03ad 100755 (executable)
    #define GEOM_I_EXPORT
 #endif
 
+#include <Basics_OCCTVersion.hxx>
+#if OCC_VERSION_MAJOR < 7
+  #define HANDLE_NAMESPACE(CLS) Handle(CLS)
+#else
+  #define HANDLE_NAMESPACE(CLS) Handle(::CLS)
+#endif
+
 #endif //_GEOM_GEOM_I_HXX_