]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Update of MedClient to be updated with MED Corba servants that inherit from GenericOb...
authorageay <ageay>
Wed, 14 Sep 2005 05:51:22 +0000 (05:51 +0000)
committerageay <ageay>
Wed, 14 Sep 2005 05:51:22 +0000 (05:51 +0000)
src/MedClient/src/FIELDClient.cxx
src/MedClient/src/MESHClient.cxx
src/MedClient/src/SUPPORTClient.cxx

index d7e1f293ad786e1971e14e0d024444af7c48339f..a082b0741db37cba044abadde98177ae7d803c78 100644 (file)
@@ -59,7 +59,7 @@ void FIELDClient<T>::fillCopy()
 template<class T>
 FIELDClient<T>::~FIELDClient()
 {
-  _fieldPtr->release();
+  _fieldPtr->Destroy();
   CORBA::release(_fieldPtr);
   if(FIELD<T>::_support)
     FIELD<T>::_support->removeReference();
index 68d383e4239600bacd0b1d9e2265c202aaf907da..01035b3332848a79c397725a9e62cad6b9701f28 100644 (file)
@@ -188,7 +188,7 @@ bool MESHClient::operator==(const MESH& other) const
 MESHClient::~MESHClient()
 {
   BEGIN_OF("MESHClient::~MESHClient()");
-  IOR_Mesh->release();
+  IOR_Mesh->Destroy();
   END_OF("MESHClient::~MESHClient()");
 }
 
index c2c95f02b32b5d0707e9f7f5930b11344ff4fd29..589dac475495670be86ca0c69730e424eefe08c0 100644 (file)
@@ -127,7 +127,7 @@ void SUPPORTClient::fillCopy()
 SUPPORTClient::~SUPPORTClient()
 {
   BEGIN_OF("SUPPORTClient::~SUPPORTClient");
-  IOR_Support->release();
+  IOR_Support->Destroy();
   if(_mesh)
     _mesh->removeReference();
   END_OF("SUPPORTClient::~SUPPORTClient");