Corrections in MED and SMESH for V3.2.0b1. A patch received from Paul RASCLE.

This commit is contained in:
jfa 2006-04-12 09:00:56 +00:00
parent 368c7752ed
commit bfe2a6ff24
5 changed files with 11 additions and 22 deletions

View File

@ -27,15 +27,9 @@
#include "SALOME_Exception.idl"
#include "SALOME_GenericObj.idl"
#include "GEOM_Gen.idl"
#include "SMESH_Mesh.idl"
module GEOM
{
interface GEOM_Object;
};
module SMESH
{

View File

@ -28,19 +28,8 @@
#include "SALOME_Exception.idl"
#include "SALOME_GenericObj.idl"
module GEOM
{
interface GEOM_Object;
};
module SALOME_MED
{
interface MESH;
interface FAMILY;
};
#include "GEOM_Gen.idl"
#include "MED.idl"
module SMESH
{

View File

@ -50,6 +50,8 @@ LIB_SRC = \
LIB_CLIENT_IDL = SALOME_Exception.idl \
SALOME_GenericObj.idl \
SALOME_Comm.idl \
MED.idl \
SMESH_Mesh.idl \
SMESH_Group.idl \
SALOMEDS.idl \

View File

@ -53,7 +53,9 @@ LIB_CLIENT_IDL = SALOME_Exception.idl \
SALOME_Component.idl \
SMESH_Filter.idl \
SMESH_Pattern.idl \
SALOME_GenericObj.idl
SALOME_GenericObj.idl \
SALOME_Comm.idl \
MED.idl
# header files
EXPORT_HEADERS= SMESH_Type.h \

View File

@ -66,7 +66,9 @@ LIB_CLIENT_IDL += \
SALOME_GenericObj.idl \
SALOME_ContainerManager.idl \
SALOME_Component.idl \
GEOM_Gen.idl
GEOM_Gen.idl \
SALOME_Comm.idl \
MED.idl
LIB_SERVER_IDL =