Salome HOME
Correction of bug MANTIS23234 CEA1726.
[modules/yacs.git] / src / engine / StaticDefinedComposedNode.cxx
index b460cfd4e578edee650028210477fad151820108..4701c187e4db2d146bded9b891435365b764efb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -48,6 +48,10 @@ void StaticDefinedComposedNode::forceMultiplicity(unsigned value)
   //no sense for this class
 }
 
+void StaticDefinedComposedNode::selectRunnableTasks(std::vector<Task *>& tasks)
+{
+}
+
 void StaticDefinedComposedNode::checkControlDependancy(OutPort *start, InPort *end, bool cross,
                                                        std::map < ComposedNode *,  std::list < OutPort * >, SortHierarc >& fw,
                                                        std::vector<OutPort *>& fwCross,