Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[modules/shaper.git] / src / ModelAPI / ModelAPI_FeatureValidator.cpp
index d96554d4a3c666f6c9736652f59cfe2c562c564b..1f679054bf73b49ec1c5239c547ec3a945788738 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 #include "ModelAPI_FeatureValidator.h"
@@ -28,3 +29,8 @@ ModelAPI_FeatureValidator::~ModelAPI_FeatureValidator()
 {
 
 }
+
+bool ModelAPI_FeatureValidator::isNotObligatory(std::string theFeature, std::string theAttribute)
+{
+  return false;
+}
\ No newline at end of file