X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;h=c3d2d00934a6d06569f8e0d46a80126e0db89516;hb=099946a7d91982c9a2c4ca2ccdd934320f196413;hp=810f0c9ec1498f17f5afb906609b67cf21d138ae;hpb=7ee1eff7098db3bd08f072034d4926524950f230;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp index 810f0c9ec..c3d2d0093 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.cpp +++ b/src/SketchPlugin/SketchPlugin_Constraint.cpp @@ -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& theReference) +SketchPlugin_Constraint::SketchPlugin_Constraint() { -} -void SketchPlugin_Constraint::addConstrainedObject( - const boost::shared_ptr& theReference) -{ }