To support modifications of MED, done by Anthony GEAY for distributed ref count.

This commit is contained in:
jfa 2005-12-13 09:25:34 +00:00
parent 826fcfe5f5
commit 8c86b32673
2 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,8 @@ public :
// IDL Methods
void setProtocol(SALOME::TypeOfCommunication typ) {}
void release() {}
void Register() {}
void Destroy() {}
SALOME::SenderInt_ptr getSenderForNumber(long int) {return SALOME::SenderInt::_nil();}
SALOME::SenderInt_ptr getSenderForNumberIndex() {return SALOME::SenderInt::_nil();}

View File

@ -76,7 +76,8 @@ class SMESH_MEDMesh_i:
// IDL Methods
void setProtocol(SALOME::TypeOfCommunication typ) {}
void release() {}
void Register() {}
void Destroy() {}
SALOME::SenderDouble_ptr getSenderForCoordinates(long int) {return SALOME::SenderDouble::_nil();}
SALOME::SenderInt_ptr getSenderForConnectivity(long int, long int, long int, long int) {return SALOME::SenderInt::_nil();}