diff -r 7a0216d033ac -r fe6b6762fccd eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h --- a/eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h Wed Jun 23 18:14:55 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h Tue Jul 06 14:18:35 2010 +0300 @@ -27,8 +27,14 @@ * Two-phased constructor. */ static CEapAuthObserver* NewL( - CEapAuthNotifier* aNotifier, - CEapAuthNotifier::EEapNotifierType aType ); + CEapAuthNotifier* aNotifier + ); + + /** + * Handles the setting of the notifier (dialog) type + * @param aType EEapNotifierType + */ + void SetNotifierType( CEapAuthNotifier::EEapNotifierType aType ); /** * Destructor @@ -50,17 +56,14 @@ /** * Constructor */ - CEapAuthObserver( - CEapAuthNotifier* aNotifier, - CEapAuthNotifier::EEapNotifierType aType ); + CEapAuthObserver( CEapAuthNotifier* aNotifier ); /** * Handles the user name password input received from the dialog * @param aData CHbSymbianVariantMap& */ void UsernamePasswordDlgDataReceived( CHbSymbianVariantMap& aData ); - - + /** * Handles the password query user input received from the dialog * @param aData CHbSymbianVariantMap&