From 54792d6e5e44d8e6300622d356c8038eee3cf194 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 2 Sep 2019 14:48:04 +0300 Subject: [PATCH] Porting to new OCCT version --- src/DDS/DDS_DicGroup.cxx | 2 +- src/LightApp/LightApp_Driver.cxx | 2 ++ src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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( "" ); /* -- 2.39.2