diff -r 46974bebc798 -r 63aabac4416d radioapp/radioenginewrapper/commoninc/radiologger.h --- a/radioapp/radioenginewrapper/commoninc/radiologger.h Fri Mar 19 09:29:04 2010 +0200 +++ b/radioapp/radioenginewrapper/commoninc/radiologger.h Fri Apr 16 14:58:55 2010 +0300 @@ -19,7 +19,7 @@ #define _RADIOLOGGER_H_ // System includes -#include +#include // User includes #include "radiowrapperexport.h" @@ -46,8 +46,8 @@ #ifdef TIMESTAMP_LOGGING_ENABLED -#include -#include +#include +#include /** * Timestamp logging macro. @@ -81,8 +81,8 @@ #ifdef LOGGING_ENABLED -#include -#include +#include +#include // UI logs can be combined with engine logs by making the UI feed its log prints into // the engine logger. This requires that we initialize the radio engine utils right here @@ -199,8 +199,8 @@ class WRAPPER_DLL_EXPORT MethodLogger { public: - MethodLogger( const char*, const char* ) {} - ~MethodLogger() {} + MethodLogger( const char*, const char* ); + ~MethodLogger(); }; #endif // LOGGING_ENABLED