mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +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 \
|
||||
SALOME_GenericObj.idl \
|
||||
SALOME_Comm.idl \
|
||||
SALOME_Component.idl \
|
||||
MED.idl \
|
||||
SMESH_Mesh.idl \
|
||||
SMESH_Group.idl \
|
||||
|
@ -51,9 +51,9 @@ class SMESHDS_Group : public SMESHDS_GroupBase
|
||||
|
||||
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();
|
||||
|
||||
|
@ -145,7 +145,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace{
|
||||
//namespace{
|
||||
// Declarations
|
||||
//=============================================================
|
||||
void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
|
||||
@ -815,7 +815,7 @@ namespace{
|
||||
|
||||
SMESHGUI::GetSMESHGUI()->updateObjBrowser();
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
extern "C" {
|
||||
Standard_EXPORT CAM_Module* createModule()
|
||||
|
@ -85,7 +85,7 @@ LIB_CLIENT_IDL = \
|
||||
SALOMEDS.idl SALOME_Exception.idl \
|
||||
GEOM_Gen.idl MED.idl SALOMEDS_Attributes.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
|
||||
BIN =
|
||||
|
Loading…
Reference in New Issue
Block a user