Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / Config / Config_FeatureReader.h
index 3f5d7f7054d0ee5e1e187a8d2228a6aa781eee1b..005c9d7f2594fb791005a8cbfbbd3009d89b848a 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <Config_def.h>
 #include <Config_XMLReader.h>
-#include <boost/shared_ptr.hpp>
+#include <memory>
 
 #include <string>
 #include <list>
@@ -32,7 +32,7 @@ class Config_FeatureReader : public Config_XMLReader
   bool processChildren(xmlNodePtr aNode);
 
   void fillFeature(xmlNodePtr theRoot, 
-                   const boost::shared_ptr<Config_FeatureMessage>& outFeatureMessage);
+                   const std::shared_ptr<Config_FeatureMessage>& outFeatureMessage);
 
   void storeAttribute(xmlNodePtr theNode, const char* theNodeAttribute);
   std::string restoreAttribute(xmlNodePtr theNode, const char* theNodeAttribute);