Salome HOME
Copyright update 2021
[modules/yacs.git] / src / runtime / OutNode.hxx
index 1c81475e500b4bd02aa6a3f354244b87ba0ab292..a33fc2f64447759297464b6718a42e7d175f8a12 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -35,7 +35,7 @@ namespace YACS
       OutNode(const OutNode& other, ComposedNode *father);
       virtual void execute();
       virtual void accept(Visitor *visitor);
-      virtual void checkBasicConsistency() const throw(Exception);
+      virtual void checkBasicConsistency() const ;
       virtual void setData(InputPort* port, const std::string& data);
       virtual void dump(std::ostream &os);
       virtual InputPort *createInputPort(const std::string& inputPortName, TypeCode* type);