]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Update for gcc4.1.1
authormaintenance team <salome-mnt@opencascade.com>
Tue, 26 Sep 2006 08:31:03 +0000 (08:31 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 26 Sep 2006 08:31:03 +0000 (08:31 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx
src/VISU_I/VISU_View_i.hh

index 77c4351bc672620c0e6db9983e9131a193178822..24bac3c41a1cfd9f04fb392f8b71fbc7803bc1b0 100644 (file)
@@ -71,8 +71,8 @@ static int MY_GROUP_DEBUG = 0;
 #define _LOAD_FAMILIES_
 #define _EDF_NODE_IDS_
 
-namespace
-{
+//namespace
+//{
   //---------------------------------------------------------------
   vtkIdType
   MEDGeom2NbNodes(MED::EGeometrieElement theMEDGeomType)
@@ -1132,7 +1132,7 @@ namespace
     }
 
   };
-}
+//}
 
 
 //---------------------------------------------------------------
index 2000ab7996f67b4ef75be90a93f26bd154069916..6f1d96e11084adae47dd18db5aee6f4553649e6f 100644 (file)
@@ -259,7 +259,7 @@ namespace VISU
     static  void SetFocalPoint (SUIT_ViewWindow* theViewWindow, const CORBA::Double theFocalPnt[3]);
     virtual void SetFocalPoint (const VISU::View3D::XYZ theCoord);
 
-    static  void View3D_i::GetFocalPoint (SUIT_ViewWindow* theViewWindow, CORBA::Double theFocalPnt[3]);
+    static  void GetFocalPoint (SUIT_ViewWindow* theViewWindow, CORBA::Double theFocalPnt[3]);
     virtual VISU::View3D::XYZ_slice* GetFocalPoint();
 
     static  void SetParallelScale (SUIT_ViewWindow* theViewWindow, CORBA::Double theScale);