equal
deleted
inserted
replaced
|
1 /* |
|
2 * ============================================================================== |
|
3 * Name : mmsopt.mph |
|
4 * Part of : mmsengine |
|
5 * Description : common control for all mms engine options |
|
6 * Version : |
|
7 * |
|
8 * Copyright (c) 2003 Nokia Corporation. |
|
9 * This material, including documentation and any related |
|
10 * computer programs, is protected by copyright controlled by |
|
11 * Nokia Corporation. All rights are reserved. Copying, |
|
12 * including reproducing, storing, adapting or translating, any |
|
13 * or all of this material requires the prior written consent of |
|
14 * Nokia Corporation. This material also contains confidential |
|
15 * information which may not be disclosed to others without the |
|
16 * prior written consent of Nokia Corporation. |
|
17 * ============================================================================== |
|
18 */ |
|
19 |
|
20 // define these to remove logging from MMS components |
|
21 // the first is used in source code the second is defined |
|
22 // for mmp files (so you can #ifdef in/out flogger.lib) |
|
23 |
|
24 // comment these two out to enable logging in release mode |
|
25 // (debug mode and wins log always) |
|
26 #ifndef WINS |
|
27 MACRO _MMS_ALL_LOGGING_OFF_ |
|
28 #define _MMS_ALL_LOGGING_OFF_ |
|
29 #endif |