X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_Interface.cpp;h=1ee1a621303a50828488368e10cd906e1d25b67a;hb=647f62a71de86575a6c5ac73c61371d336c8da75;hp=5e9b257fbb17a6436d864d3ce921126caf2b59e5;hpb=c80e8ac643930b858f4f653e2659896ba587b165;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Interface.cpp b/src/GeomAPI/GeomAPI_Interface.cpp index 5e9b257fb..1ee1a6213 100644 --- a/src/GeomAPI/GeomAPI_Interface.cpp +++ b/src/GeomAPI/GeomAPI_Interface.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_Interface.cpp // Created: 23 Apr 2014 // Author: Mikhail PONIKAROV @@ -20,12 +22,7 @@ GeomAPI_Interface::~GeomAPI_Interface() delete myImpl; } -void* GeomAPI_Interface::implementation() -{ - return myImpl; -} - -void GeomAPI_Interface::setImplementation(void* theImpl) +void GeomAPI_Interface::setImpl(void* theImpl) { if (myImpl) delete myImpl;