eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h
changeset 34 ad1f037f1ac2
parent 27 9660a5eb236f
child 36 c98682f98478
--- a/eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h	Thu Jun 10 16:12:28 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h	Thu Jun 24 11:23:08 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&