From: vsr Date: Thu, 28 Sep 2006 15:30:13 +0000 (+0000) Subject: Make SMESH compilable for ALLIANCES X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV3_2_0_for_ALLI;p=modules%2Fsmesh.git Make SMESH compilable for ALLIANCES --- diff --git a/src/SMESH_I/SMESH_MEDMesh_i.hxx b/src/SMESH_I/SMESH_MEDMesh_i.hxx index 8f9b6e9ce..c1576e261 100644 --- a/src/SMESH_I/SMESH_MEDMesh_i.hxx +++ b/src/SMESH_I/SMESH_MEDMesh_i.hxx @@ -230,6 +230,21 @@ class SMESH_MEDMesh_i: CORBA::Boolean areEquals(SALOME_MED::MESH_ptr other) 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_ */