Salome HOME
[EDF26936] : End of the 2GB limit.
[modules/yacs.git] / src / runtime / NeutralInitConv.cxx
index e698d9b8e85c1720abec30f2e390cac6cbedbc75..23ea03a085ff78ecf1eecaf96321c1ab9881b845 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  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
@@ -36,7 +36,7 @@ NeutralInit::NeutralInit(InputPort* p)
 {
 }
 
-void NeutralInit::put(const void *data) throw(ConversionException)
+void NeutralInit::put(const void *data)
 {
   DEBTRACE(" NeutralInit::put(const void *data)");
   put((YACS::ENGINE::Any *)data);
@@ -47,7 +47,7 @@ void NeutralInit::put(const void *data) throw(ConversionException)
   *   \param data : YACS::ENGINE::Any object
   */
 
-void NeutralInit::put(YACS::ENGINE::Any *data) throw(ConversionException)
+void NeutralInit::put(YACS::ENGINE::Any *data)
 {
   DEBTRACE("NeutralInit::put " << data);
   if(!edGetType()->isAdaptable(data->getType()))