Salome HOME
Define Selection validator interface.
[modules/shaper.git] / src / Model / Model_Validator.h
index 9d04e290167ff128c9134a8cb9122f1f966d55c9..a917911d91c5dce5218c927a4167a21b6ebd0041 100644 (file)
@@ -46,8 +46,8 @@ public:
 
   /// Returns the result of "validate" method for attribute of validator.
   /// If validator is not exists, returns true: everything is valid by default.
-  MODEL_EXPORT virtual bool validate(
-    const boost::shared_ptr<ModelAPI_Feature>& theFeature, const std::string& theAttrID) const;
+  //MODEL_EXPORT virtual bool validate(
+  //  const boost::shared_ptr<ModelAPI_Feature>& theFeature, const std::string& theAttrID) const;
 
 protected:
   /// Get instance from PluginManager