Salome HOME
Copyright update 2021
[modules/yacs.git] / src / runtime / OutNode.hxx
index 62a70970ee9a108f52c1ba9fe1a58a6fa9810439..a33fc2f64447759297464b6718a42e7d175f8a12 100644 (file)
@@ -1,3 +1,21 @@
+// 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, 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef _OUTNODE_HXX_
 #define _OUTNODE_HXX_
@@ -17,8 +35,8 @@ namespace YACS
       OutNode(const OutNode& other, ComposedNode *father);
       virtual void execute();
       virtual void accept(Visitor *visitor);
-      virtual void checkBasicConsistency() const throw(Exception);
-      virtual void setData(InputPort* port, std::string& data);
+      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);
     public: