X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;h=c3d2d00934a6d06569f8e0d46a80126e0db89516;hb=22b8f7fe2eccd1eeee183f52834b191b1e904dc3;hp=70a980aec7598e054d5c1c55ee9c450bcef8f142;hpb=4e60e46af3ebb4d1d8e1709e7806ed134edd4be7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp index 70a980aec..c3d2d0093 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.cpp +++ b/src/SketchPlugin/SketchPlugin_Constraint.cpp @@ -1,18 +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" -#include - -Handle_AIS_InteractiveObject SketchPlugin_Constraint::getAISShape(Handle_AIS_InteractiveObject thePrevious) -{ - return thePrevious; -} - -const boost::shared_ptr& SketchPlugin_Constraint::preview() +SketchPlugin_Constraint::SketchPlugin_Constraint() { - return getPreview(); -} +}