X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;h=c3d2d00934a6d06569f8e0d46a80126e0db89516;hb=22b8f7fe2eccd1eeee183f52834b191b1e904dc3;hp=5e8727687f0407e6cfb4fb7dd119b6382691f7b9;hpb=6b437d84d92c29ba8c2c843735fa2feb4f0664c7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp index 5e8727687..c3d2d0093 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.cpp +++ b/src/SketchPlugin/SketchPlugin_Constraint.cpp @@ -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 SketchPlugin_Constraint::getAISObject( - boost::shared_ptr thePrevious) -{ - return thePrevious; -} - -const boost::shared_ptr& SketchPlugin_Constraint::preview() +SketchPlugin_Constraint::SketchPlugin_Constraint() { - return getPreview(); -} +}