Salome HOME
[bos #37406][CEA] Fixed segfault in YACS_YacsRuntimeTest on UB22,FD36 and FD37 by...
[modules/yacs.git] / src / runtime / XMLCORBAConv.hxx
index 39e63a94ff489f687346f4d883943df15208939a..717420cd05b3627a396936abe0ad7dcb9b058777 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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);
     };
   }
 }