eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 42 53085837e73a
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
    25     public:
    25     public:
    26         /**
    26         /**
    27         * Two-phased constructor.
    27         * Two-phased constructor.
    28         */
    28         */
    29         static CEapAuthObserver* NewL( 
    29         static CEapAuthObserver* NewL( 
    30                 CEapAuthNotifier* aNotifier,
    30                 CEapAuthNotifier* aNotifier
    31                 CEapAuthNotifier::EEapNotifierType aType );
    31                 );
       
    32         
       
    33         /**
       
    34         * Handles the setting of the notifier (dialog) type
       
    35         * @param    aType EEapNotifierType
       
    36         */
       
    37         void SetNotifierType( CEapAuthNotifier::EEapNotifierType aType );
    32         
    38         
    33         /**
    39         /**
    34         * Destructor
    40         * Destructor
    35         */
    41         */
    36         ~CEapAuthObserver();
    42         ~CEapAuthObserver();
    48         void DeviceDialogClosed( TInt /*aCompletionCode*/ );
    54         void DeviceDialogClosed( TInt /*aCompletionCode*/ );
    49     private:
    55     private:
    50         /**
    56         /**
    51         * Constructor
    57         * Constructor
    52         */
    58         */
    53         CEapAuthObserver( 
    59         CEapAuthObserver( CEapAuthNotifier* aNotifier );
    54                 CEapAuthNotifier* aNotifier,
       
    55                 CEapAuthNotifier::EEapNotifierType aType );
       
    56         
    60         
    57         /**
    61         /**
    58         * Handles the user name password input received from the dialog
    62         * Handles the user name password input received from the dialog
    59         * @param    aData CHbSymbianVariantMap&
    63         * @param    aData CHbSymbianVariantMap&
    60         */
    64         */
    61         void UsernamePasswordDlgDataReceived( CHbSymbianVariantMap& aData );
    65         void UsernamePasswordDlgDataReceived( CHbSymbianVariantMap& aData );
    62         
    66           
    63         
       
    64         /**
    67         /**
    65         * Handles the password query user input received from the dialog
    68         * Handles the password query user input received from the dialog
    66         * @param    aData CHbSymbianVariantMap&
    69         * @param    aData CHbSymbianVariantMap&
    67         */
    70         */
    68         void PwdQueryDataReceived( CHbSymbianVariantMap& aData );
    71         void PwdQueryDataReceived( CHbSymbianVariantMap& aData );