Salome HOME
Fix pb with persistence of "light" modules: SaveAs operation leads to loss of non...
[modules/gui.git] / src / SalomeApp / SalomeApp_Engine_i.h
index 71d63cb944e6ae882b8faa1806caa5c5cc39a934..bb565758c7925b3ba80db51d71366026e3a22d0d 100644 (file)
@@ -72,6 +72,9 @@ public:
   static SalomeApp_Engine_i* GetInstance          ( const char* theComponentName,
                                                    bool toCreate ); 
 
+  static CORBA::Object_ptr   EngineForComponent( const char* theComponentName,
+                                                bool toCreate  );
+
 public:
   // methods from SALOMEDS::Driver without implementation.  Must be redefined because 
   // there is no default implementation of SALOMEDS::Driver interface
@@ -94,9 +97,6 @@ private:
   static CORBA::ORB_var              orb();
   static PortableServer::POA_var     poa();
   static SALOME_NamingService*       namingService();
-  static CORBA::Object_ptr           engineForComponent( const char* theComponentName,
-                                                        bool toCreate  );
-
 private:
   typedef std::map<int, ListOfFiles> MapOfListOfFiles;
   MapOfListOfFiles                   myMap;