45
|
1 |
/*
|
|
2 |
* Copyright (c) 2006 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: This file contains ViewIds
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#ifndef INC_CSXHVIEWIDS_H_HEADER_INCLUDED_BC05356D
|
|
20 |
#define INC_CSXHVIEWIDS_H_HEADER_INCLUDED_BC05356D
|
|
21 |
|
|
22 |
#include <e32std.h>
|
|
23 |
|
|
24 |
const TUid KCSXHToc1ViewID = {1};
|
|
25 |
const TUid KCSXHToc2ViewID = {2};
|
|
26 |
const TUid KCSXHHtmlTopicViewID = {3};
|
|
27 |
const TUid KCSXHLegacyTopicViewID = {4};
|
|
28 |
const TUid KCSXHKywdToc1ViewID = {5};
|
|
29 |
const TUid KCSXHKywdToc2ViewID = {6};
|
|
30 |
const TUid KCSXHContextHtmlTopicViewID = {7};
|
|
31 |
const TUid KCSXHContextLegacyTopicViewID = {8};
|
|
32 |
const TUid KCSXHToc1AppHelpsViewID = {9};
|
|
33 |
const TUid KCSXHToc2AppHelpsViewID = {10};
|
|
34 |
|
|
35 |
|
|
36 |
#endif /* INC_CSXHVIEWIDS_H_HEADER_INCLUDED_BC05356D */
|