Salome HOME
Work in progress : workload manager step 2
[modules/yacs.git] / src / engine / Container.cxx
index 65efe968b5383bb7f33659f503763aad32356126..7dbbac6455d91022869b23624a0b243f1c80051b 100644 (file)
@@ -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.