Salome HOME
refs #30 - Sketch base GUI: create, draw lines
[modules/shaper.git] / src / ModelAPI / ModelAPI_PluginManager.h
index ce89be8cb6eceff0cbe5c3086831b9917359fb86..47c42562ffdcd87682973ccdd152d595593a0290 100644 (file)
@@ -43,9 +43,6 @@ public:
   /// Defines the current document that used for current work in the application
   virtual void setCurrentDocument(boost::shared_ptr<ModelAPI_Document> theDoc) = 0;
 
-  /// loads the library with specific name, appends "lib*.dll" or "*.so" depending on the platform
-  static void loadLibrary(const std::string theLibName);
-
   /// Is needed for python wrapping by swig, call Get to get an instance
   ModelAPI_PluginManager();
 
@@ -61,4 +58,7 @@ protected:
   friend class Model_Document;
 };
 
+typedef boost::shared_ptr<ModelAPI_PluginManager> PluginManagerPtr;
+
+
 #endif