From: jfa Date: Mon, 2 Sep 2019 11:48:04 +0000 (+0300) Subject: Porting to new OCCT version X-Git-Tag: V9_4_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=54792d6e5e44d8e6300622d356c8038eee3cf194;p=modules%2Fgui.git Porting to new OCCT version --- diff --git a/src/DDS/DDS_DicGroup.cxx b/src/DDS/DDS_DicGroup.cxx index 0533da30c..00ad7912b 100644 --- a/src/DDS/DDS_DicGroup.cxx +++ b/src/DDS/DDS_DicGroup.cxx @@ -191,7 +191,7 @@ void DDS_DicGroup::FillDataMap( const LDOM_Element& theComponentData, const LDOM for( int i=1, n=myKeys.Length(); i<=n && !exist; i++ ) if( myKeys.Value( i )==anID ) { - cout << "Doubled key:" << anID << endl; + std::cout << "Doubled key:" << anID << std::endl; exist = true; } if( !exist ) diff --git a/src/LightApp/LightApp_Driver.cxx b/src/LightApp/LightApp_Driver.cxx index fe8fc099d..7a92a830c 100644 --- a/src/LightApp/LightApp_Driver.cxx +++ b/src/LightApp/LightApp_Driver.cxx @@ -39,6 +39,8 @@ #include #endif +using namespace std; + /*! Constructor.*/ LightApp_Driver::LightApp_Driver() : myIsTemp( false ) diff --git a/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx b/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx index fa216da4e..4040ab5f7 100644 --- a/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx +++ b/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx @@ -307,7 +307,7 @@ QString ToolsGUI_CatalogGeneratorDlg::getCompType() */ QString ToolsGUI_CatalogGeneratorDlg::getIdlPath() { - cout << "QAD_Desktop::getCatalogue() is not implemented!!"; + std::cout << "QAD_Desktop::getCatalogue() is not implemented!!"; if ( true ) return QString( "" ); /*