Salome HOME
Better management of errors.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Tools.h
index 83a2c3f666b7d9681fb81078f7cc5a7e971f761e..b4a44fe58a550d9e3501107db4db689660e17875 100644 (file)
 namespace GeomValidators_Tools
 {
   // Returns the object from the attribute
-  /// \param theObj an object 
+  /// \param theObj an object
   GEOMVALIDATORS_EXPORT ObjectPtr getObject(const AttributePtr& theAttribute);
 
-  // Returns the object from the attribute
-  /// \param theObj an object 
-  GEOMVALIDATORS_EXPORT TopAbs_ShapeEnum getCompoundSubType(const TopoDS_Shape& theShape);
-
 };
 
 #endif