radioengine/utils/src/cradiosystemeventcollector.cpp
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 14 63aabac4416d
parent 28 075425b8d9a4
--- a/radioengine/utils/src/cradiosystemeventcollector.cpp	Fri Jun 11 16:24:13 2010 +0100
+++ b/radioengine/utils/src/cradiosystemeventcollector.cpp	Thu Jul 22 16:33:45 2010 +0100
@@ -18,6 +18,7 @@
 // User includes
 #include "cradiosystemeventcollector.h"
 #include "cradiosystemeventcollectorimp.h"
+#include "cradioenginelogger.h"
 
 // ======== MEMBER FUNCTIONS ========
 
@@ -28,6 +29,7 @@
 //
 EXPORT_C CRadioSystemEventCollector* CRadioSystemEventCollector::NewL()
     {
+    LEVEL3( LOG_METHOD_AUTO );
     return CRadioSystemEventCollectorImp::NewL();
     }
 
@@ -37,4 +39,5 @@
 //
 EXPORT_C CRadioSystemEventCollector::~CRadioSystemEventCollector()
     {
+    LEVEL3( LOG_METHOD_AUTO );
     }