connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/cellulardataconfirmation.h
changeset 23 7ec726f93df1
parent 18 fcbbe021d614
equal deleted inserted replaced
20:9c97ad6591ae 23:7ec726f93df1
    18 #ifndef __CELLULARDATACONFIRMATION_H__
    18 #ifndef __CELLULARDATACONFIRMATION_H__
    19 #define __CELLULARDATACONFIRMATION_H__
    19 #define __CELLULARDATACONFIRMATION_H__
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 #include <ConnectionUiUtilities.h>
    22 #include <ConnectionUiUtilities.h>
    23 #include <hb/hbcore/hbsymbiandevicedialog.h>
    23 #include <hb/hbcore/hbdevicedialogsymbian.h>
    24 #include "ConnectionDialogsNotifBase.h"
    24 #include "ConnectionDialogsNotifBase.h"
    25 #include "ConnectionUiUtilitiesCommon.h"
    25 #include "ConnectionUiUtilitiesCommon.h"
    26 
    26 
    27 class CDeviceDialogObserver;
    27 class CDeviceDialogObserver;
    28 
    28 
    88         */
    88         */
    89         CCellularDataConfirmation();
    89         CCellularDataConfirmation();
    90     
    90     
    91     private:
    91     private:
    92         /** Pointer to the device dialog interface for handling the dialog */
    92         /** Pointer to the device dialog interface for handling the dialog */
    93         CHbDeviceDialog* iDialog;
    93         CHbDeviceDialogSymbian* iDialog;
    94         /** The observer to handle the data received from the orbit dialog */
    94         /** The observer to handle the data received from the orbit dialog */
    95         CDeviceDialogObserver* iObserver;
    95         CDeviceDialogObserver* iObserver;
    96         /* The choice selected by the user from the dialog */
    96         /* The choice selected by the user from the dialog */
    97         TMsgQueryLinkedResults iChoice;
    97         TMsgQueryLinkedResults iChoice;
    98         /* Information if request was already completed, in case the
    98         /* Information if request was already completed, in case the