mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Update for gcc4.1.1
This commit is contained in:
parent
c03ce1302c
commit
19aa849efc
@ -51,6 +51,7 @@ LIB_SRC = \
|
|||||||
LIB_CLIENT_IDL = SALOME_Exception.idl \
|
LIB_CLIENT_IDL = SALOME_Exception.idl \
|
||||||
SALOME_GenericObj.idl \
|
SALOME_GenericObj.idl \
|
||||||
SALOME_Comm.idl \
|
SALOME_Comm.idl \
|
||||||
|
SALOME_Component.idl \
|
||||||
MED.idl \
|
MED.idl \
|
||||||
SMESH_Mesh.idl \
|
SMESH_Mesh.idl \
|
||||||
SMESH_Group.idl \
|
SMESH_Group.idl \
|
||||||
|
@ -51,9 +51,9 @@ class SMESHDS_Group : public SMESHDS_GroupBase
|
|||||||
|
|
||||||
virtual SMDS_ElemIteratorPtr GetElements();
|
virtual SMDS_ElemIteratorPtr GetElements();
|
||||||
|
|
||||||
bool SMESHDS_Group::Add (const int theID);
|
bool Add (const int theID);
|
||||||
|
|
||||||
bool SMESHDS_Group::Remove (const int theID);
|
bool Remove (const int theID);
|
||||||
|
|
||||||
void Clear();
|
void Clear();
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace{
|
//namespace{
|
||||||
// Declarations
|
// Declarations
|
||||||
//=============================================================
|
//=============================================================
|
||||||
void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
|
void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
|
||||||
@ -815,7 +815,7 @@ namespace{
|
|||||||
|
|
||||||
SMESHGUI::GetSMESHGUI()->updateObjBrowser();
|
SMESHGUI::GetSMESHGUI()->updateObjBrowser();
|
||||||
}
|
}
|
||||||
}
|
//}
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
Standard_EXPORT CAM_Module* createModule()
|
Standard_EXPORT CAM_Module* createModule()
|
||||||
|
@ -85,7 +85,7 @@ LIB_CLIENT_IDL = \
|
|||||||
SALOMEDS.idl SALOME_Exception.idl \
|
SALOMEDS.idl SALOME_Exception.idl \
|
||||||
GEOM_Gen.idl MED.idl SALOMEDS_Attributes.idl \
|
GEOM_Gen.idl MED.idl SALOMEDS_Attributes.idl \
|
||||||
SMESH_Gen.idl SMESH_Hypothesis.idl SMESH_Group.idl \
|
SMESH_Gen.idl SMESH_Hypothesis.idl SMESH_Group.idl \
|
||||||
SALOME_Comm.idl
|
SALOME_Comm.idl SALOME_Component.idl SALOME_GenericObj.idl SMESH_Mesh.idl
|
||||||
|
|
||||||
# Executables targets
|
# Executables targets
|
||||||
BIN =
|
BIN =
|
||||||
|
Loading…
Reference in New Issue
Block a user