author | Pat Downey <patd@symbian.org> |
Wed, 23 Jun 2010 17:20:24 +0100 | |
changeset 29 | 29ba091146f4 |
parent 28 | 075425b8d9a4 |
child 37 | 451b2e1545b2 |
permissions | -rw-r--r-- |
24 | 1 |
/* |
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
// User includes |
|
19 |
#include "cradiosystemeventcollector.h" |
|
20 |
#include "cradiosystemeventcollectorimp.h" |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
21 |
#include "cradioenginelogger.h" |
24 | 22 |
|
23 |
// ======== MEMBER FUNCTIONS ======== |
|
24 |
||
25 |
||
26 |
// --------------------------------------------------------------------------- |
|
27 |
// |
|
28 |
// --------------------------------------------------------------------------- |
|
29 |
// |
|
30 |
EXPORT_C CRadioSystemEventCollector* CRadioSystemEventCollector::NewL() |
|
31 |
{ |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
32 |
LEVEL3( LOG_METHOD_AUTO ); |
24 | 33 |
return CRadioSystemEventCollectorImp::NewL(); |
34 |
} |
|
35 |
||
36 |
// --------------------------------------------------------------------------- |
|
37 |
// |
|
38 |
// --------------------------------------------------------------------------- |
|
39 |
// |
|
40 |
EXPORT_C CRadioSystemEventCollector::~CRadioSystemEventCollector() |
|
41 |
{ |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
42 |
LEVEL3( LOG_METHOD_AUTO ); |
24 | 43 |
} |