Salome HOME
Put groups to the separated plugin: Collection
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Plugin.cpp
index af30181453b3be8b09cf07992c475931c73ed6f2..08dcb202b1051b9fff7a333998b481ebe51c9d47 100644 (file)
@@ -17,8 +17,6 @@
 
 #include <memory>
 
-using namespace std;
-
 // the only created instance of this plugin
 static ExchangePlugin_Plugin* MY_EXCHANGE_INSTANCE = new ExchangePlugin_Plugin();
 
@@ -34,7 +32,7 @@ ExchangePlugin_Plugin::ExchangePlugin_Plugin()
                               new ExchangePlugin_ExportFormatValidator);
 }
 
-FeaturePtr ExchangePlugin_Plugin::createFeature(string theFeatureID)
+FeaturePtr ExchangePlugin_Plugin::createFeature(std::string theFeatureID)
 {
   if (theFeatureID == ExchangePlugin_ImportFeature::ID()) {
     return FeaturePtr(new ExchangePlugin_ImportFeature);