X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Part.h;h=5b7d63e4947d53269f7ef29a52995e1916ef59b9;hb=0b503091623876eda1ae9214e32f8831ef03778b;hp=ef1dd528c15f90bb646799c430dacfbb7c7fcdf4;hpb=8dc74f82810d5f597b78633b457efb0ef4f89f9f;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Part.h b/src/PartSetPlugin/PartSetPlugin_Part.h index ef1dd528c..5b7d63e49 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.h +++ b/src/PartSetPlugin/PartSetPlugin_Part.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: PartSetPlugin_Part.h // Created: 27 Mar 2014 // Author: Mikhail PONIKAROV @@ -9,7 +11,7 @@ #include /**\class PartSetPlugin_Part - * \ingroup DataModel + * \ingroup Plugins * \brief Feature for creation of the new part in PartSet. */ class PartSetPlugin_Part : public ModelAPI_Feature @@ -41,7 +43,7 @@ class PartSetPlugin_Part : public ModelAPI_Feature /// Request for initialization of data model of the feature: adding all attributes PARTSETPLUGIN_EXPORT virtual void initAttributes(); - PARTSETPLUGIN_EXPORT virtual boost::shared_ptr documentToAdd(); + PARTSETPLUGIN_EXPORT virtual std::shared_ptr documentToAdd(); /// Returns true if this feature must be displayed in the history (top level of Part tree) PARTSETPLUGIN_EXPORT virtual bool isInHistory()