Correction due to new inheritance of some interfaces from MED.idl

This commit is contained in:
akk 2005-10-06 14:14:59 +00:00
parent e331ccd26c
commit f4b3284931
2 changed files with 4 additions and 3 deletions

View File

@ -37,6 +37,7 @@
#include "SMDS_MeshElement.hxx"
#include "SMDS_MeshNode.hxx"
#include "SALOME_GenericObj_i.hh"
#define MED_NBR_GEOMETRIE_MAILLE 15
#define MED_NBR_TYPE 5
@ -44,7 +45,7 @@
class SMESH_Mesh_i;
class SMESH_MEDMesh_i:
public POA_SALOME_MED::MESH, public PortableServer::RefCountServantBase
public virtual POA_SALOME_MED::MESH, public virtual SALOME::GenericObj_i
{
public: private: protected:
// C++ object containing values

View File

@ -37,11 +37,11 @@
#include "SMDS_MeshNode.hxx"
#include "SMESH_MEDSupport_i.hxx"
#include "SALOME_GenericObj_i.hh"
class SMESH_subMesh_i;
class SMESH_MEDSupport_i:
public POA_SALOME_MED::SUPPORT, public PortableServer::RefCountServantBase
public virtual POA_SALOME_MED::SUPPORT, public virtual SALOME::GenericObj_i
{
public: