Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / engine / OutGate.hxx
index 18694094af0811699723f3a915bbbbc1c5249230..7126186dbefa8d05618a96c41cd9bf9744bbc5da 100644 (file)
@@ -34,9 +34,10 @@ namespace YACS
       std::set<InGate *> edSetInGate() const;
       void edRemoveInGate(InGate *inGate, bool coherenceWithInGate=true) throw(Exception);
       int getNbOfInGatesConnected() const;
+      bool isAlreadyInSet(InGate *inGate) const;
+      virtual std::string typeName() {return "YACS__ENGINE__OutGate";}
     protected:
       void edRemoveInGateOneWay(InGate *inGate);
-      bool isAlreadyInSet(InGate *inGate) const;
     };
   }
 }