Salome HOME
Deal with random CORBA::COMM_FAILURE.
[modules/yacs.git] / src / runtime / NeutralXMLConv.hxx
index 148609968670f36bcadd98f8e7873904d20b1b42..b4e7bb0d074dd8f54d6c6e58dba1d4d46182cd80 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2020  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
@@ -37,8 +37,8 @@ namespace YACS
     {
     public:
       NeutralXml(InputXmlPort* p);
-      virtual void put(const void *data)  throw(ConversionException);
-      void put(YACS::ENGINE::Any *data) throw(ConversionException);
+      virtual void put(const void *data) ;
+      void put(YACS::ENGINE::Any *data);
     };
   }
 }