]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/ExchangePlugin_Plugin.cpp
Salome HOME
Issue #3138: "Import" feature improvement
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Plugin.cpp
index ccb5439e7b331337437d4a8b17ad19d2a0586693..078b50873657489c73580b1ff196f966f1d8cc2f 100644 (file)
@@ -23,6 +23,7 @@
 #include <ExchangePlugin_ExportFeature.h>
 #include <ExchangePlugin_ImportPart.h>
 #include <ExchangePlugin_ExportPart.h>
+#include <ExchangePlugin_Import.h>
 #include <ExchangePlugin_Validators.h>
 
 #include <Config_PropManager.h>
@@ -65,6 +66,9 @@ FeaturePtr ExchangePlugin_Plugin::createFeature(std::string theFeatureID)
   } else
   if (theFeatureID == ExchangePlugin_Dump::ID()) {
     return FeaturePtr(new ExchangePlugin_Dump);
+  } else
+  if (theFeatureID == ExchangePlugin_Import::ID()) {
+    return FeaturePtr(new ExchangePlugin_Import);
   }
   // feature of such kind is not found
   return FeaturePtr();