Salome HOME
Merge branch 'master' into omu/workloadmanager
[modules/yacs.git] / src / engine / OutputDataStreamPort.hxx
index 97d212a72c3c723cda9105bd80502f950d6a9677..472164c94c3f9168cb3304fffd3dc0571327ead6 100644 (file)
@@ -49,11 +49,11 @@ namespace YACS
       std::set<InPort *> edSetInPort() const;
       bool isAlreadyLinkedWith(InPort *withp) const;
       virtual std::string getNameOfTypeOfCurrentInstance() const;
-      virtual bool addInPort(InPort *inPort) throw(Exception);
-      virtual bool edAddInputDataStreamPort(InputDataStreamPort *port) throw(ConversionException);
-      int edRemoveInputDataStreamPort(InputDataStreamPort *inPort, bool forward) throw(Exception);
-      void edRemoveAllLinksLinkedWithMe() throw(Exception);
-      int removeInPort(InPort *inPort, bool forward) throw(Exception);
+      virtual bool addInPort(InPort *inPort) ;
+      virtual bool edAddInputDataStreamPort(InputDataStreamPort *port);
+      int edRemoveInputDataStreamPort(InputDataStreamPort *inPort, bool forward) ;
+      void edRemoveAllLinksLinkedWithMe() ;
+      int removeInPort(InPort *inPort, bool forward) ;
       virtual std::string typeName() {return "YACS__ENGINE__OutputDataStreamPort";}
     private:
       bool isAlreadyInSet(InputDataStreamPort *inPort) const;