accesspointcontrol/apcontrollistplugin/inc/apcontrollistapiwrapper.h
branchRCL_3
changeset 55 fc7b30ed2058
parent 0 5a93021fdf25
--- a/accesspointcontrol/apcontrollistplugin/inc/apcontrollistapiwrapper.h	Thu Jul 15 19:05:04 2010 +0300
+++ b/accesspointcontrol/apcontrollistplugin/inc/apcontrollistapiwrapper.h	Thu Aug 19 10:18:49 2010 +0300
@@ -133,6 +133,10 @@
         * Handles asynchronous function completion 
         */
 		void RunL(); 
+		/** 
+		* Shows SIM card error note in error cases
+		*/
+		void ShowSimCardErrorNoteL();
 		
 	private:
         // New functions
@@ -196,6 +200,12 @@
         */
 		void FinishReadDataL();
 		
+	    /**
+	     * From CActive, handles leaves from RunL.
+	     * @param aLeaveCode The leave code.
+	     */
+	    TInt RunError( TInt aLeaveCode );
+		
 	private: // Data
 		
         //@var reference to the view
@@ -233,6 +243,8 @@
 		TUint32 						iSize;
         //@var index of item currently read from the ACL list 
 		TUint32 						iIndex;
+		
+		TBool                           iSimCardError;
 	} ;
 
 #endif