Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / engine / InGate.hxx
index bf6dc8dd1fcd7577c99fdf1923cd6ddc9945a9c7..7715d62388944cde684b2b1f0855f4cc9207e998 100644 (file)
@@ -37,6 +37,7 @@ namespace YACS
       bool exIsReady() const;
       std::list<OutGate *> getBackLinks();
       void setPrecursorDone(OutGate *from);
+      virtual std::string typeName() {return "YACS__ENGINE__InGate";}
     };
   }
 }