radioengine/utils/src/cradiosystemeventcollector.cpp
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 14 63aabac4416d
parent 28 075425b8d9a4
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    16 */
    16 */
    17 
    17 
    18 // User includes
    18 // User includes
    19 #include "cradiosystemeventcollector.h"
    19 #include "cradiosystemeventcollector.h"
    20 #include "cradiosystemeventcollectorimp.h"
    20 #include "cradiosystemeventcollectorimp.h"
       
    21 #include "cradioenginelogger.h"
    21 
    22 
    22 // ======== MEMBER FUNCTIONS ========
    23 // ======== MEMBER FUNCTIONS ========
    23 
    24 
    24 
    25 
    25 // ---------------------------------------------------------------------------
    26 // ---------------------------------------------------------------------------
    26 //
    27 //
    27 // ---------------------------------------------------------------------------
    28 // ---------------------------------------------------------------------------
    28 //
    29 //
    29 EXPORT_C CRadioSystemEventCollector* CRadioSystemEventCollector::NewL()
    30 EXPORT_C CRadioSystemEventCollector* CRadioSystemEventCollector::NewL()
    30     {
    31     {
       
    32     LEVEL3( LOG_METHOD_AUTO );
    31     return CRadioSystemEventCollectorImp::NewL();
    33     return CRadioSystemEventCollectorImp::NewL();
    32     }
    34     }
    33 
    35 
    34 // ---------------------------------------------------------------------------
    36 // ---------------------------------------------------------------------------
    35 //
    37 //
    36 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------
    37 //
    39 //
    38 EXPORT_C CRadioSystemEventCollector::~CRadioSystemEventCollector()
    40 EXPORT_C CRadioSystemEventCollector::~CRadioSystemEventCollector()
    39     {
    41     {
       
    42     LEVEL3( LOG_METHOD_AUTO );
    40     }
    43     }