equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2007 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 * This file defines the logging information |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #ifndef CMMSCONNINITLOGGING_H |
|
22 #define CMMSCONNINITLOGGING_H |
|
23 |
|
24 #ifdef _DEBUG |
|
25 #define _MMSCONNINIT_LOGGING_ |
|
26 #endif // _DEBUG |
|
27 |
|
28 #ifdef _MMSCONNINIT_LOGGING_ |
|
29 #include <flogger.h> |
|
30 #endif |
|
31 |
|
32 |
|
33 // INCLUDES |
|
34 // CONSTANTS |
|
35 // MACROS |
|
36 // DATA TYPES |
|
37 // FUNCTION PROTOTYPES |
|
38 // FORWARD DECLARATIONS |
|
39 // CLASS DECLARATION |
|
40 |
|
41 #ifdef _MMSCONNINIT_LOGGING_ |
|
42 class TMmsConnInitLogger |
|
43 { |
|
44 public: |
|
45 static void Log(TRefByValue<const TDesC> aFmt,...); |
|
46 }; |
|
47 #endif |
|
48 |
|
49 |
|
50 #endif // CMMSCONNINITLOGGING_H |
|
51 |
|
52 // End of File |