mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 00:04:16 +05:00
Correction due to new inheritance of some interfaces from MED.idl
This commit is contained in:
parent
e331ccd26c
commit
f4b3284931
@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
#include "SMDS_MeshElement.hxx"
|
#include "SMDS_MeshElement.hxx"
|
||||||
#include "SMDS_MeshNode.hxx"
|
#include "SMDS_MeshNode.hxx"
|
||||||
|
#include "SALOME_GenericObj_i.hh"
|
||||||
|
|
||||||
#define MED_NBR_GEOMETRIE_MAILLE 15
|
#define MED_NBR_GEOMETRIE_MAILLE 15
|
||||||
#define MED_NBR_TYPE 5
|
#define MED_NBR_TYPE 5
|
||||||
@ -44,7 +45,7 @@
|
|||||||
class SMESH_Mesh_i;
|
class SMESH_Mesh_i;
|
||||||
|
|
||||||
class SMESH_MEDMesh_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:
|
public: private: protected:
|
||||||
// C++ object containing values
|
// C++ object containing values
|
||||||
|
@ -37,11 +37,11 @@
|
|||||||
#include "SMDS_MeshNode.hxx"
|
#include "SMDS_MeshNode.hxx"
|
||||||
|
|
||||||
#include "SMESH_MEDSupport_i.hxx"
|
#include "SMESH_MEDSupport_i.hxx"
|
||||||
|
#include "SALOME_GenericObj_i.hh"
|
||||||
class SMESH_subMesh_i;
|
class SMESH_subMesh_i;
|
||||||
|
|
||||||
class SMESH_MEDSupport_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:
|
public:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user