]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/SalomePythonComponent.hxx
Salome HOME
Modification of API of ComponentInstance::load to give information of which node...
[modules/yacs.git] / src / runtime / SalomePythonComponent.hxx
index ec1246a24e95122dc86952cf362e6af04a7a9439..d7701c383a3378d14e9c2cecb17cad34ed10c19c 100644 (file)
@@ -33,9 +33,9 @@ namespace YACS
       SalomePythonComponent(const SalomePythonComponent& other);
       std::string getPlacementId() const;
       virtual ~SalomePythonComponent();
-      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 std::string getKind() const;
       virtual ComponentInstance* clone() const;
       virtual std::string getFileRepr() const;