diff -r 000000000000 -r 1f04cf54edd8 csxhelp/HelpEngine/inc/CSXHViewIDs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/csxhelp/HelpEngine/inc/CSXHViewIDs.h Tue Jan 26 15:15:23 2010 +0200 @@ -0,0 +1,34 @@ +/* +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: This file contains ViewIds +* +*/ + + +#ifndef INC_CSXHVIEWIDS_H_HEADER_INCLUDED_BC05356D +#define INC_CSXHVIEWIDS_H_HEADER_INCLUDED_BC05356D + +#include + +const TUid KCSXHToc1ViewID = {1}; +const TUid KCSXHToc2ViewID = {2}; +const TUid KCSXHHtmlTopicViewID = {3}; +const TUid KCSXHLegacyTopicViewID = {4}; +const TUid KCSXHKywdToc1ViewID = {5}; +const TUid KCSXHKywdToc2ViewID = {6}; +const TUid KCSXHContextHtmlTopicViewID = {7}; +const TUid KCSXHContextLegacyTopicViewID = {8}; + + +#endif /* INC_CSXHVIEWIDS_H_HEADER_INCLUDED_BC05356D */