Salome HOME
Modification of API of ComponentInstance::load to give information of which node...
[modules/yacs.git] / src / runtime / CppComponent.hxx
index 56cfa1ff691ca5f94ccb7120ff25adbad80e85d7..b02a8e468948a8c3d4156cd7a61a4cabd1399d4b 100644 (file)
@@ -56,9 +56,9 @@ namespace YACS
 
         static const char KIND[];
         virtual std::string getKind() const;
-        virtual void load();
-        virtual void unload();
-        virtual bool isLoaded();
+        virtual void load(ServiceNode *askingNode);
+        virtual void unload(ServiceNode *askingNode);
+        virtual bool isLoaded(ServiceNode *askingNode);
         virtual ServiceNode* createNode(const std::string& name);
         virtual YACS::ENGINE::ComponentInstance* clone() const;