]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to new OCCT version
authorjfa <jfa@opencascade.com>
Mon, 2 Sep 2019 11:48:04 +0000 (14:48 +0300)
committerjfa <jfa@opencascade.com>
Mon, 2 Sep 2019 11:48:04 +0000 (14:48 +0300)
src/DDS/DDS_DicGroup.cxx
src/LightApp/LightApp_Driver.cxx
src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx

index 0533da30c64054a9a830e424e4b8bb01a69de9a7..00ad7912b1a7141bd25b09e77cbeea6ac132fbad 100644 (file)
@@ -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 )
index fe8fc099d68a240058122c7af24e995736c6fa82..7a92a830c24fcffb566b7bd1c47f057e89faf32d 100644 (file)
@@ -39,6 +39,8 @@
 #include <time.h>
 #endif
 
+using namespace std;
+
 /*! Constructor.*/
 LightApp_Driver::LightApp_Driver()
 : myIsTemp( false )
index fa216da4e42784188f11ad8db30254a3a3658e22..4040ab5f7a6193b052a82a494e2166a4e15913f5 100644 (file)
@@ -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( "" );
 /*