radioengine/utils/src/cradiosystemeventcollector.cpp
changeset 28 075425b8d9a4
parent 24 6df133bd92e1
child 37 451b2e1545b2
--- a/radioengine/utils/src/cradiosystemeventcollector.cpp	Fri Jun 04 10:21:36 2010 +0100
+++ b/radioengine/utils/src/cradiosystemeventcollector.cpp	Fri Jun 11 13:38:32 2010 +0300
@@ -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 );
     }