X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FContainer.cxx;fp=src%2Fengine%2FContainer.cxx;h=7dbbac6455d91022869b23624a0b243f1c80051b;hb=8248cd58d0098c386a11e34f84542ea5297cb6ec;hp=65efe968b5383bb7f33659f503763aad32356126;hpb=4449d3a5084f44c9bf9a88b4f7a2cc36f99b62b9;p=modules%2Fyacs.git diff --git a/src/engine/Container.cxx b/src/engine/Container.cxx index 65efe968b..7dbbac645 100644 --- a/src/engine/Container.cxx +++ b/src/engine/Container.cxx @@ -47,6 +47,18 @@ std::string Container::getDiscreminantStrOfThis(const Task *askingNode) const return oss.str(); } +void Container::start(const Task *askingNode, + const std::string& resource_name, + const std::string& container_name) +{ + return start(askingNode); +} + +bool Container::canAcceptImposedResource() +{ + return false; +} + /*! * If \a val is equal to true the current container 'this' is not destined to be deeply copied on clone call. * If \a val is equal to false the current container 'this' is destined to be deeply copied on clone call.