Salome HOME
Fix errors and adjust unit tests
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
index 5e8727687f0407e6cfb4fb7dd119b6382691f7b9..c3d2d00934a6d06569f8e0d46a80126e0db89516 100644 (file)
@@ -1,17 +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"
 
-boost::shared_ptr<GeomAPI_AISObject> SketchPlugin_Constraint::getAISObject(
-                              boost::shared_ptr<GeomAPI_AISObject> thePrevious)
-{ 
-  return thePrevious;
-}
-
-const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_Constraint::preview()
+SketchPlugin_Constraint::SketchPlugin_Constraint()
 {
-  return getPreview();
-}
 
+}