]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/DataPort.hxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / DataPort.hxx
index 4ce158419bdf7c7ddc7c003f9aa78b558e4f2f23..744f845d84c693d832c7b60ec1d20804cf888876 100644 (file)
@@ -58,7 +58,7 @@ namespace YACS
       //! returns type of channel the port will use for data exchange on runtime : DATAFLOW or DATASTREAM.
       virtual TypeOfChannel getTypeOfChannel() const = 0;
       bool isDifferentTypeOf(const DataPort *other) const;
-      virtual void edRemoveAllLinksLinkedWithMe() throw(Exception) = 0;
+      virtual void edRemoveAllLinksLinkedWithMe()  = 0;
       virtual std::string typeName() {return "YACS__ENGINE__DataPort";}
       virtual std::string getAsString();
     public: