Salome HOME
Bug correction EDF12462 (2)
[modules/yacs.git] / src / engine / ForEachLoop.hxx
index d70259618bfaf919f7f1e815785d6437d271f25a..efb9888fb4e6bb2df5b175198a7a2f7e4151d039 100644 (file)
@@ -220,6 +220,9 @@ namespace YACS
       void storeOutValsInSeqForOutOfScopeUse(int rank, int branchNb);
     private:
       int getFinishedId();
+    public:
+      static void InterceptorizeNameOfPort(std::string& portName);
+      static const char INTERCEPTOR_STR[];
     };
   }
 }