Salome HOME
PR: merge from tag BR_CCRT2_mergeto_V2_1_0b1
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI.cxx
index 5f853a485a0c44c6b56d800f291460c8faef06ce..81e91ae424d3a278bbf2bc83145472afd83975ba 100644 (file)
@@ -29,6 +29,7 @@
 #include "SALOMEGUI.h"
 #include "QAD_Desktop.h"
 
+using namespace std;
 
 //=============================================================================
 /*!
@@ -154,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* )
 {
 }
 
@@ -163,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*/ )
 {
 }