eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h
changeset 27 9660a5eb236f
parent 26 9abfd4f00d37
child 34 ad1f037f1ac2
--- a/eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h	Mon May 24 20:32:47 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/eap_notifier/inc/eap_auth_observer.h	Thu May 27 10:23:43 2010 +0300
@@ -74,14 +74,13 @@
         void OldPwdQueryDataReceived( CHbSymbianVariantMap& aData );
         
     private:
-        
-        /* Current EAP notifier type to serve */
-        CEapAuthNotifier::EEapNotifierType iType;
-        
         /* Pointer to the object that triggered the dialog opening,
          * needed to update the information about the user input.
          */
         CEapAuthNotifier* iNotifier;
+        
+        /* Current EAP notifier type to serve */
+        CEapAuthNotifier::EEapNotifierType iType;
     };
 
 #endif /* __EAPAUTHOBSERVER_H__ */