Salome HOME
Ready to update Executor to take into account of the new type of containers.
[modules/yacs.git] / src / runtime / CppComponent.hxx
index b02a8e468948a8c3d4156cd7a61a4cabd1399d4b..50d32d5c52ebf341d30233c6c4fa4085dddb8baa 100644 (file)
@@ -56,9 +56,9 @@ namespace YACS
 
         static const char KIND[];
         virtual std::string getKind() const;
-        virtual void load(ServiceNode *askingNode);
-        virtual void unload(ServiceNode *askingNode);
-        virtual bool isLoaded(ServiceNode *askingNode);
+        virtual void load(Task *askingNode);
+        virtual void unload(Task *askingNode);
+        virtual bool isLoaded(Task *askingNode) const;
         virtual ServiceNode* createNode(const std::string& name);
         virtual YACS::ENGINE::ComponentInstance* clone() const;