diff -r 37b610eb7fe3 -r b5894bb67e73 posmsgpluginreferenceimpl/inc/epos_comasuplposhandler.h --- a/posmsgpluginreferenceimpl/inc/epos_comasuplposhandler.h Thu Aug 19 09:36:39 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,88 +0,0 @@ -/* -* Copyright (c) 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: Implementation of COMASuplPosHandlerBase -* -*/ - - -#ifndef C_COMASUPLPOSHANDLER_H -#define C_COMASUPLPOSHANDLER_H - - -#include - - -// Forward Declaration -class COMASuplPosSession; - -/** -* Reference implementation of COMASuplPosHandlerBase -* @since Series 60 3.1u -*/ -class COMASuplPosHandler : public COMASuplPosHandlerBase - { - - public: // Constructors and destructor - - /** - * Factory function that instantiates a new object of COMASuplPosHandler - * - * @since S60 v3.0 - */ - static COMASuplPosHandlerBase* NewL(); - - /** - * Destructor - * - * @since S60 v3.0 - */ - ~COMASuplPosHandler(); - - public: // New functions - - /** - * From COMASuplPosHandlerBase - * Initializes the instance of COMASuplPosHandler - * @since S60 v3.1u - */ - void InitializeL( TRequestStatus &aStatus ); - - /** - * From COMASuplPosHandlerBase - * Cancels an outstanding request to initialize - * @since S60 v3.1u - */ - void CancelInitialize(); - - /** - * From COMASuplPosHandlerBase - * Factory function to create a new instance of COMASuplPosSession - * @since S60 v3.1u - */ - COMASuplPosSessionBase* CreateNewSessionL( - MOMASuplObserver *aSuplObserver ); - - private: - - /** - * Constructor - * - * @since S60 v3.1u - */ - COMASuplPosHandler(); - - }; - - -#endif // C_COMASUPLPOSHANDLER_H