Salome HOME
Revert change for MacroArc attribute names
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
index 810f0c9ec1498f17f5afb906609b67cf21d138ae..c3d2d00934a6d06569f8e0d46a80126e0db89516 100644 (file)
@@ -1,15 +1,12 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_Constraint.cpp
 // Created: 08 May 2014
 // Author:  Artem ZHIDKOV
 
 #include "SketchPlugin_Constraint.h"
 
-void SketchPlugin_Constraint::addConstrainedObject(
-          const boost::shared_ptr<ModelAPI_AttributeReference>& theReference)
+SketchPlugin_Constraint::SketchPlugin_Constraint()
 {
-}
 
-void SketchPlugin_Constraint::addConstrainedObject(
-          const boost::shared_ptr<ModelAPI_AttributeRefAttr>& theReference)
-{
 }