From a3bf31527ecc83e3ad0fbab9de239699614edfe5 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 25 Oct 2016 21:56:55 +0200 Subject: [PATCH] [DEBUG] correct ewol depreacation of ewol::getBoardType and ewol::getCompilationMode --- sample/CustomWidgets/appl/Main.cpp | 2 +- sample/wallpaper/appl/Main.cpp | 2 +- tools/platform_test/appl/init.cpp | 2 +- tools/visual_test/appl/init.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sample/CustomWidgets/appl/Main.cpp b/sample/CustomWidgets/appl/Main.cpp index 32634798..06103455 100644 --- a/sample/CustomWidgets/appl/Main.cpp +++ b/sample/CustomWidgets/appl/Main.cpp @@ -20,7 +20,7 @@ class MainApplication : public ewol::context::Application { public: void onCreate(ewol::Context& _context) override { - APPL_INFO(" == > CREATE ... " << PROJECT_NAME << " v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ") (BEGIN)"); + APPL_INFO(" == > CREATE ... " << PROJECT_NAME << " v" << APPL_VERSION << " (START) [" << gale::getBoardType() << "] (" << gale::getCompilationMode() << ") (BEGIN)"); for( int32_t iii=0 ; iii<_context.getCmd().size(); iii++) { std::string tmpppp = _context.getCmd().get(iii); if ( tmpppp == "-h" diff --git a/sample/wallpaper/appl/Main.cpp b/sample/wallpaper/appl/Main.cpp index 0bb2ecbb..3a15d88b 100644 --- a/sample/wallpaper/appl/Main.cpp +++ b/sample/wallpaper/appl/Main.cpp @@ -19,7 +19,7 @@ class MainApplication : public ewol::context::Application { public: void onCreate(ewol::Context& _context) override { - APPL_INFO(" == > CREATE ... " << PROJECT_NAME << " v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ") (BEGIN)"); + APPL_INFO(" == > CREATE ... " << PROJECT_NAME << " v" << APPL_VERSION << " (START) [" << gale::getBoardType() << "] (" << gale::getCompilationMode() << ") (BEGIN)"); for( int32_t iii=0 ; iii<_context.getCmd().size(); iii++) { std::string tmpppp = _context.getCmd().get(iii); if ( tmpppp == "-h" diff --git a/tools/platform_test/appl/init.cpp b/tools/platform_test/appl/init.cpp index f899b9b2..1cd2feb8 100644 --- a/tools/platform_test/appl/init.cpp +++ b/tools/platform_test/appl/init.cpp @@ -19,7 +19,7 @@ class MainApplication : public ewol::context::Application { public: virtual void onCreate(ewol::Context& _context) { - APPL_INFO(" == > CREATE ... (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ") (BEGIN)"); + APPL_INFO(" == > CREATE ... (START) [" << gale::getBoardType() << "] (" << gale::getCompilationMode() << ") (BEGIN)"); for( int32_t iii=0 ; iii<_context.getCmd().size(); iii++) { std::string tmpppp = _context.getCmd().get(iii); if ( tmpppp == "-h" diff --git a/tools/visual_test/appl/init.cpp b/tools/visual_test/appl/init.cpp index f899b9b2..1cd2feb8 100644 --- a/tools/visual_test/appl/init.cpp +++ b/tools/visual_test/appl/init.cpp @@ -19,7 +19,7 @@ class MainApplication : public ewol::context::Application { public: virtual void onCreate(ewol::Context& _context) { - APPL_INFO(" == > CREATE ... (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ") (BEGIN)"); + APPL_INFO(" == > CREATE ... (START) [" << gale::getBoardType() << "] (" << gale::getCompilationMode() << ") (BEGIN)"); for( int32_t iii=0 ; iii<_context.getCmd().size(); iii++) { std::string tmpppp = _context.getCmd().get(iii); if ( tmpppp == "-h"