Make SMESH compilable for ALLIANCES

This commit is contained in:
vsr 2006-09-28 15:30:13 +00:00
parent 318e8b9925
commit 1f1b51c743

View File

@ -230,6 +230,21 @@ class SMESH_MEDMesh_i:
CORBA::Boolean areEquals(SALOME_MED::MESH_ptr other) CORBA::Boolean areEquals(SALOME_MED::MESH_ptr other)
throw(SALOME::SALOME_Exception);; throw(SALOME::SALOME_Exception);;
SALOME::SenderInt_ptr getSenderForPolygonsConnectivity
(SALOME_MED::medConnectivity mode, SALOME_MED::medEntityMesh entity)
throw (SALOME::SALOME_Exception) {SALOME::SenderInt_ptr ret; return ret;};
SALOME::SenderInt_ptr getSenderForPolygonsConnectivityIndex
(SALOME_MED::medConnectivity mode, SALOME_MED::medEntityMesh entity)
throw (SALOME::SALOME_Exception){SALOME::SenderInt_ptr ret; return ret;};
SALOME::SenderInt_ptr getSenderForPolyhedronConnectivity
(SALOME_MED::medConnectivity mode)
throw (SALOME::SALOME_Exception){SALOME::SenderInt_ptr ret; return ret;};
SALOME::SenderInt_ptr getSenderForPolyhedronIndex
(SALOME_MED::medConnectivity mode)
throw (SALOME::SALOME_Exception){SALOME::SenderInt_ptr ret; return ret;};
SALOME::SenderInt_ptr getSenderForPolyhedronFacesIndex()
throw (SALOME::SALOME_Exception){SALOME::SenderInt_ptr ret; return ret;};
}; };
#endif /* _MED_MESH_I_HXX_ */ #endif /* _MED_MESH_I_HXX_ */