equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-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 * the class for inline-text format retrieval - in its own header file to prevent low-level |
|
16 * components dependent on this class from gaining unnecessary (and undesirable) dependencies |
|
17 * on high-level components |
|
18 * |
|
19 */ |
|
20 |
|
21 #ifndef __OSTTRACEDEFINITIONS_H__ |
|
22 #define __OSTTRACEDEFINITIONS_H__ |
|
23 // OST_TRACE_COMPILER_IN_USE flag has been added by Trace Compiler |
|
24 // REMOVE BEFORE CHECK-IN TO VERSION CONTROL |
|
25 // #define OST_TRACE_COMPILER_IN_USE |
|
26 #include <opensystemtrace.h> |
|
27 #endif |