Salome HOME
0023299: [CEA] Finalize multi-study removal
[modules/yacs.git] / src / runtime / CppContainer.hxx
index 9bc3577c64b06ab5646838c5c282f4b302c5fe8f..281fa7d9e52553ab9ffbbb54cba9243e48a2f8a6 100644 (file)
@@ -120,7 +120,7 @@ namespace YACS
 
       void checkCapabilityToDealWith(const ComponentInstance *inst) const throw (YACS::Exception);
       bool loadComponentLibrary(const std::string & componentName) throw (YACS::Exception);
-      CppComponent * createComponentInstance(const std::string & componentName, int studyID = 0);
+      CppComponent * createComponentInstance(const std::string & componentName);
       void createInternalInstance(const std::string & componentName, 
                                   void *& obj, RunFunction &r, TerminateFunction &t);
       void unregisterComponentInstance(CppComponent * C);