Salome HOME
Merge branch 'master' into omu/workloadmanager
[modules/yacs.git] / src / engine / OutPort.hxx
index 8091f2f5e39684ebcbb896de7e4a9d9314efa584..56b13af17b6f88313ed33a268d9ec30718188dc8 100644 (file)
@@ -44,8 +44,8 @@ namespace YACS
       virtual std::set<InPort *> edSetInPort() const = 0;
       virtual bool isAlreadyLinkedWith(InPort *withp) const = 0;
       virtual void getAllRepresented(std::set<OutPort *>& represented) const;
-      virtual bool addInPort(InPort *inPort) throw(Exception) = 0;
-      virtual int removeInPort(InPort *inPort, bool forward) throw(Exception) = 0;
+      virtual bool addInPort(InPort *inPort)  = 0;
+      virtual int removeInPort(InPort *inPort, bool forward)  = 0;
       virtual ~OutPort();
       std::vector<DataPort *> calculateHistoryOfLinkWith(InPort *end);
       virtual std::string typeName() {return "YACS__ENGINE__OutPort";}