]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/ServiceNode.cxx
Salome HOME
Ready to update Executor to take into account of the new type of containers.
[modules/yacs.git] / src / engine / ServiceNode.cxx
index 8f9f312f3797159e3cbdb7f6e528f5b36d7774e0..89e23e872bb306e4e4684c73b77cb3c791717dc4 100644 (file)
@@ -113,6 +113,11 @@ ComponentInstance *ServiceNode::getComponent()
   return _component;
 }
 
+const ComponentInstance *ServiceNode::getComponent() const
+{
+  return _component;
+}
+
 //! Return the associated container
 Container *ServiceNode::getContainer()
 {