]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/ComponentInstance.hxx
Salome HOME
Modification of API of ComponentInstance::load to give information of which node...
[modules/yacs.git] / src / engine / ComponentInstance.hxx
index c56a13131480d3a4d5520dcaae2670f6f86f21cd..d3caef620ffb8ae13e91d379b2dae4b5d9106aa7 100644 (file)
@@ -50,11 +50,11 @@ namespace YACS
       virtual void setContainer(Container *cont);
       Container *getContainer() const { return _container; }
 //! Load the component instance
-      virtual void load() = 0;
+      virtual void load(ServiceNode *askingNode) = 0;
 //! Unload the component instance
-      virtual void unload() = 0;
+      virtual void unload(ServiceNode *askingNode) = 0;
 //! Indicate if the component instance is loaded (true) or not
-      virtual bool isLoaded() = 0;
+      virtual bool isLoaded(ServiceNode *askingNode) = 0;
       virtual void attachOnCloning() const;
       virtual void dettachOnCloning() const;
       bool isAttachedOnCloning() const;