equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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 * Name : timerlog.h |
|
16 * Part of : LightWeightTimer |
|
17 * Private header file for the Lightweight timer subsystem. |
|
18 * Version : SIP/4.0 |
|
19 * |
|
20 */ |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 /** |
|
26 @internalComponent |
|
27 */ |
|
28 |
|
29 #ifndef TIMERLOG_H |
|
30 #define TIMERLOG_H |
|
31 |
|
32 // INCLUDES |
|
33 #include "SipLogs.h" |
|
34 |
|
35 |
|
36 // MACROS |
|
37 #if defined(USE_SIP_LOGS) |
|
38 |
|
39 //Define this macro to turn on LightweightTimer's logs. They are written to |
|
40 //the same file as SIP stack's other logs. |
|
41 //#define WRITE_TIMER_LOG |
|
42 |
|
43 #endif // USE_SIP_LOGS |
|
44 |
|
45 |
|
46 #endif // TIMERLOG_H |
|
47 |
|
48 // End of File |