Salome HOME
Modification of API of ComponentInstance::load to give information of which node...
[modules/yacs.git] / src / runtime / SalomeContainer.hxx
index 8fd377c9f002cdabed18d0096f6f75274bdc6023..1c87e1156bbe291bd9635a790312cf8e0275a57c 100644 (file)
@@ -58,7 +58,7 @@ namespace YACS
       void clearProperties();
       void addComponentName(const std::string& name);
       void addToResourceList(const std::string& name);
-      virtual CORBA::Object_ptr loadComponent(ComponentInstance *inst);
+      virtual CORBA::Object_ptr loadComponent(ServiceNode *inst);
       void shutdown(int level);
       // Helper methods
       std::map<std::string,std::string> getResourceProperties(const std::string& name) const;