diff -r 000000000000 -r 094583676ce7 wvuing/IMPSConnectionUI/ServiceInc/MCnUiConnModeHandler.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wvuing/IMPSConnectionUI/ServiceInc/MCnUiConnModeHandler.h Thu Dec 17 08:41:52 2009 +0200 @@ -0,0 +1,189 @@ +/* +* Copyright (c) 2004 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: Interface for Connection mode handling. +* +*/ + +#ifndef __MCNUICONNMODEHANDLER_H +#define __MCNUICONNMODEHANDLER_H + +// INCLUDES +#include +#include + + +//FORWARD DECLARATION +class MCnUiConnModeHandler; +class MCnUiConnModeObserver; + + +/** + * Global factory method to create connection mode handler. + * + * @since 2.1 + * @return New MCnUiConnModeHandler instance. + */ +GLREF_D MCnUiConnModeHandler* CreateConnModeHandlerL(); + + + +/** + * Raw mode events that the clients can send trough this interface + * + * @since 2.1 + */ +enum TIMPSUserConnectionSelection + { + EUserLevelLogin, ///