]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/SalomePythonComponent.cxx
Salome HOME
Modification of API of ComponentInstance::load to give information of which node...
[modules/yacs.git] / src / runtime / SalomePythonComponent.cxx
index 7e79c081ea02f68b8bec697b5952af3116ef99d8..fc6912fdeff0c77153fa39f88f58085f60c319ea 100644 (file)
@@ -44,7 +44,7 @@ SalomePythonComponent::~SalomePythonComponent()
 {
 }
 
-void SalomePythonComponent::load()
+void SalomePythonComponent::load(ServiceNode *askingNode)
 {
   if(_container)
     {
@@ -56,11 +56,11 @@ void SalomePythonComponent::load()
   //throw Exception("SalomePythonComponent::load : no container specified !!! To be implemented in executor to allocate default a Container in case of presenceOfDefaultContainer.");
 }
 
-void SalomePythonComponent::unload()
+void SalomePythonComponent::unload(ServiceNode *askingNode)
 {
 }
 
-bool SalomePythonComponent::isLoaded()
+bool SalomePythonComponent::isLoaded(ServiceNode *askingNode)
 {
   if(!_container)
     return false;