Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / OutGate.hxx
index d6355d6f5ee03c9f0d976b8c18d11094489480ca..93fdec57c4546ae58d7cad05ef8da7e6fd0f658a 100644 (file)
@@ -51,7 +51,7 @@ namespace YACS
       bool edAddInGate(InGate *inGate);
       std::list< std::pair< InGate *, bool> >& edMapInGate() { return _setOfInGate; }
       std::list<InGate *> edSetInGate() const;
-      void edRemoveInGate(InGate *inGate, bool coherenceWithInGate=true) throw(Exception);
+      void edRemoveInGate(InGate *inGate, bool coherenceWithInGate=true);
       int getNbOfInGatesConnected() const;
       bool isAlreadyInSet(InGate *inGate) const;
       virtual std::string typeName() {return "YACS__ENGINE__OutGate";}