Salome HOME
Ready to update Executor to take into account of the new type of containers.
[modules/yacs.git] / src / engine / ElementaryNode.hxx
index 8cfb57759d7a9e20cb9fadb20d30174ea12eb637..62d8e185d98408bbccbb5cf4c11e5ce9130dcdd6 100644 (file)
@@ -62,6 +62,7 @@ namespace YACS
       void init(bool start=true);
       bool isDeployable() const;
       ComponentInstance *getComponent();
+      const ComponentInstance *getComponent() const;
       Container *getContainer();
       YACS::StatesForNode getState() const;
       void getReadyTasks(std::vector<Task *>& tasks);