Salome HOME
Update for gcc4.1.1
authormaintenance team <salome-mnt@opencascade.com>
Tue, 26 Sep 2006 08:24:09 +0000 (08:24 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 26 Sep 2006 08:24:09 +0000 (08:24 +0000)
src/OBJECT/Makefile.in
src/SMESHDS/SMESHDS_Group.hxx
src/SMESHGUI/SMESHGUI.cxx
src/StdMeshers_I/Makefile.in

index aeddd7b2b2bbf2cefcf065753035778fc05616ae..165f9ae5cc48e6795c4059589bd44cf0841a0602 100644 (file)
@@ -51,6 +51,7 @@ LIB_SRC = \
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 SALOME_GenericObj.idl \
                 SALOME_Comm.idl \
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 SALOME_GenericObj.idl \
                 SALOME_Comm.idl \
+                SALOME_Component.idl \
                 MED.idl \
                 SMESH_Mesh.idl \
                 SMESH_Group.idl \
                 MED.idl \
                 SMESH_Mesh.idl \
                 SMESH_Group.idl \
index c4ec5ec7851fd314c566e9b899fa30f778abca04..1541ae8518517187f0c19dab14d00656a46c9b4f 100644 (file)
@@ -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();
 
index 62bd5bf421942eb5053d78381ccab10465afed55..0362edadc6faeabd7567d75d85bbac6141ecd87b 100644 (file)
 
 using namespace std;
 
 
 using namespace std;
 
-namespace{
+//namespace{
   // Declarations
   //=============================================================
   void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
   // Declarations
   //=============================================================
   void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
@@ -815,7 +815,7 @@ namespace{
 
     SMESHGUI::GetSMESHGUI()->updateObjBrowser();
   }
 
     SMESHGUI::GetSMESHGUI()->updateObjBrowser();
   }
-}
+//}
 
 extern "C" {
   Standard_EXPORT CAM_Module* createModule()
 
 extern "C" {
   Standard_EXPORT CAM_Module* createModule()
index 2954f9b5e74afd814ea8b75c3f431b3114b42ccd..0c836ae9f2bcaccd5f87a1dbe000596684d4ba4c 100644 (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 \
        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 = 
 
 # Executables targets
 BIN =