vpnui/vpnecomnotifier/inc/vpndialogmanagerecomstub.h
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2007 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:   VPN Ecom Notifier's dialog manager stub definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __VPNDIALOGMANAGERECOMSTUB_H__
       
    22 #define __VPNDIALOGMANAGERECOMSTUB_H__
       
    23 
       
    24 #include <e32base.h>
       
    25 
       
    26 class CVpnNotifier;
       
    27 class MVpnDialog;
       
    28 class MVpnDialogManager;
       
    29 class MVpnNotifierCallback;
       
    30 
       
    31 class CVpnDialogManagerEcomStub : public CBase
       
    32     {
       
    33 public: // From CVpnDialogManagerBase
       
    34     MVpnDialog* LaunchDialogL(MVpnNotifierCallback* aNotifier, TInt aDialogId,
       
    35                                 TInt aNoteDialogId, const TDesC8& aInput);
       
    36     TInt GetNoteTextId(TInt aNoteDialogId);
       
    37     MVpnDialog* ShowNoteDialogL(MVpnNotifierCallback* aNotifier, TInt aNoteDialogId);
       
    38     ~CVpnDialogManagerEcomStub();
       
    39     void SetDialogManager(MVpnDialogManager* aDialogManager);
       
    40     
       
    41 private:
       
    42     MVpnDialogManager*  iDialogManager; // ref, not owned by this component
       
    43     };
       
    44 
       
    45 #endif  // __ACUDIALOGMANAGER_H__