SMH: Come back correct modifications

This commit is contained in:
smh 2005-06-08 06:58:18 +00:00
parent 25cec45acb
commit 70c382acbd
2 changed files with 8 additions and 9 deletions

View File

@ -32,8 +32,8 @@
#include<string> #include<string>
class SMESH_MEDFamily_i: class SMESH_MEDFamily_i:
virtual public POA_SALOME_MED::FAMILY, public POA_SALOME_MED::FAMILY,
virtual public SMESH_MEDSupport_i public SMESH_MEDSupport_i
{ {
protected : protected :
SMESH_MEDFamily_i(); SMESH_MEDFamily_i();
@ -61,8 +61,8 @@ public :
// IDL Methods // IDL Methods
void setProtocol(SALOME::TypeOfCommunication typ) {} void setProtocol(SALOME::TypeOfCommunication typ) {}
void release() {} void release() {}
SALOME::Sender_ptr getSenderForNumber(long int) {return SALOME::Sender::_nil();} SALOME::SenderInt_ptr getSenderForNumber(long int) {return SALOME::SenderInt::_nil();}
SALOME::Sender_ptr getSenderForNumberIndex() {return SALOME::Sender::_nil();} SALOME::SenderInt_ptr getSenderForNumberIndex() {return SALOME::SenderInt::_nil();}
CORBA::Long getIdentifier() CORBA::Long getIdentifier()
throw (SALOME::SALOME_Exception); throw (SALOME::SALOME_Exception);

View File

@ -29,7 +29,6 @@
#include <SALOMEconfig.h> #include <SALOMEconfig.h>
#include CORBA_SERVER_HEADER(MED) #include CORBA_SERVER_HEADER(MED)
#include CORBA_SERVER_HEADER(SALOME_Comm)
#include <string> #include <string>
#include <vector> #include <vector>
#include <map> #include <map>
@ -44,8 +43,8 @@
class SMESH_Mesh_i; class SMESH_Mesh_i;
class SMESH_MEDMesh_i: virtual public POA_SALOME_MED::MESH, class SMESH_MEDMesh_i:
virtual public PortableServer::RefCountServantBase public POA_SALOME_MED::MESH, public PortableServer::RefCountServantBase
{ {
public: private: protected: public: private: protected:
// C++ object containing values // C++ object containing values
@ -78,8 +77,8 @@ class SMESH_MEDMesh_i: virtual public POA_SALOME_MED::MESH,
// IDL Methods // IDL Methods
void setProtocol(SALOME::TypeOfCommunication typ) {} void setProtocol(SALOME::TypeOfCommunication typ) {}
void release() {} void release() {}
SALOME::Sender_ptr getSenderForCoordinates(long int) {return SALOME::Sender::_nil();} SALOME::SenderDouble_ptr getSenderForCoordinates(long int) {return SALOME::SenderDouble::_nil();}
SALOME::Sender_ptr getSenderForConnectivity(long int, long int, long int, long int) {return SALOME::Sender::_nil();} SALOME::SenderInt_ptr getSenderForConnectivity(long int, long int, long int, long int) {return SALOME::SenderInt::_nil();}
char *getName() throw(SALOME::SALOME_Exception); char *getName() throw(SALOME::SALOME_Exception);
CORBA::Long getSpaceDimension() throw(SALOME::SALOME_Exception); CORBA::Long getSpaceDimension() throw(SALOME::SALOME_Exception);