X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Plugin.cpp;h=7dd5081f47508f8292823cdbe610a001b27d7694;hb=3f19a9c3fb9c6fc844229db1f925a8a2b0b8a96f;hp=32c95813f68f1258d2f7b434e4226bacaefbeaa4;hpb=496c2223e35ace4a376cc84d8eea529aa3138352;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp b/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp index 32c95813f..7dd5081f4 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp @@ -1,14 +1,17 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + #include #include #include #include +#include #include #include -#include +#include using namespace std; @@ -29,6 +32,8 @@ FeaturePtr FeaturesPlugin_Plugin::createFeature(string theFeatureID) return FeaturePtr(new FeaturesPlugin_Boolean); } else if (theFeatureID == FeaturesPlugin_Group::ID()) { return FeaturePtr(new FeaturesPlugin_Group); + } else if (theFeatureID == FeaturesPlugin_Placement::ID()) { + return FeaturePtr(new FeaturesPlugin_Placement); } // feature of such kind is not found return FeaturePtr();