Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / ParaMEDMEMComponent / MPIMEDCouplingFieldDoubleServant.hxx
index f099e7987bc21d9b2c51e41d27d0ab6d9138cde2..0ff11916815df4b03c2df68c3956d9e2aa077ca6 100644 (file)
@@ -36,7 +36,7 @@ namespace MEDCoupling
   {
   public:
     MPIMEDCouplingFieldDoubleServant(CORBA::ORB_ptr orb,PortableServer::POA_ptr poa,ParaMEDMEMComponent_i *pcompo,MEDCouplingFieldDouble* field);
-    void getDataByMPI(const char* coupling) throw(SALOME::SALOME_Exception);
+    void getDataByMPI(const char* coupling);
     char* getRef();
     // only for coupling one component with itself
     CORBA::LongLong getImplementation() {return (CORBA::LongLong)_field;}