Salome HOME
Copyright update 2021
[modules/yacs.git] / src / runtime / XMLCORBAConv.hxx
index 8ca51822a58ba98b996d2d5cd00c834f1d3c5236..f3319fc26c3fbe23a7800ae24c223b7d46099ba4 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  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
@@ -34,8 +34,8 @@ namespace YACS
     {
     public:
       XmlCorba(InputCorbaPort* p);
-      virtual void put(const void *data)  throw(ConversionException);
-      void put(const char *data) throw(ConversionException);
+      virtual void put(const void *data) ;
+      void put(const char *data);
     };
   }
 }