diff -r 000000000000 -r 094583676ce7 wvuing/IMPSConnectionUI/Inc/VariantKeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wvuing/IMPSConnectionUI/Inc/VariantKeys.h Thu Dec 17 08:41:52 2009 +0200 @@ -0,0 +1,40 @@ +/* +* Copyright (c) 2009 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: Variant Keys of connection UI +* +*/ +#ifndef _VARIATNKEYS_H_ +#define _VARIATNKEYS_H_ + + +#include "IMPrivateCRKeys.h" +#include + +// Variant Keys.h +typedef enum KeyTableIndex + { + RSC_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY = 1, + RSC_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION, + RSC_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY, + RSC_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION, + RSC_CHAT_VARIATION_USE_ALIAS_ATTRIBUTE, + RSC_CHAT_VARIATION_IMPSCU_TOU_MESSAGE, + RSC_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE, + RSC_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING, + RSC_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING, + RSC_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION + + } KeyTableIndex; + +#endif \ No newline at end of file