Salome HOME
Merge with PAL/SALOME 2.1.0d
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI.cxx
index 6c2795394e3a4c8a372cf3f86ddffe91502b5779..81e91ae424d3a278bbf2bc83145472afd83975ba 100644 (file)
@@ -28,8 +28,8 @@
 
 #include "SALOMEGUI.h"
 #include "QAD_Desktop.h"
-using namespace std;
 
+using namespace std;
 
 //=============================================================================
 /*!
@@ -155,7 +155,8 @@ bool SALOMEGUI::ActiveStudyChanged( QAD_Desktop* parent )
  *
  */
 //=============================================================================
-void SALOMEGUI::BuildPresentation( const Handle(SALOME_InteractiveObject)& theIO )
+void SALOMEGUI::BuildPresentation( const Handle(SALOME_InteractiveObject)&,
+                                   QAD_ViewFrame* )
 {
 }
 
@@ -164,7 +165,7 @@ void SALOMEGUI::BuildPresentation( const Handle(SALOME_InteractiveObject)& theIO
  *
  */
 //=============================================================================
-void SALOMEGUI::SupportedViewType(int* buffer, int bufferSize)
+void SALOMEGUI::SupportedViewType(int* /*buffer*/, int /*bufferSize*/ )
 {
 }