Update for gcc4.1.1

This commit is contained in:
maintenance team 2006-09-26 08:24:09 +00:00
parent c03ce1302c
commit 19aa849efc
4 changed files with 6 additions and 5 deletions

View File

@ -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 \

View File

@ -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();

View File

@ -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()

View File

@ -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 =