accesspointcontrol/apcontrollistplugin/inc/apcontrollistapiwrapper.h
branchRCL_3
changeset 55 fc7b30ed2058
parent 0 5a93021fdf25
equal deleted inserted replaced
54:984e13af52c4 55:fc7b30ed2058
   131 		void DoCancel();		
   131 		void DoCancel();		
   132         /**
   132         /**
   133         * Handles asynchronous function completion 
   133         * Handles asynchronous function completion 
   134         */
   134         */
   135 		void RunL(); 
   135 		void RunL(); 
       
   136 		/** 
       
   137 		* Shows SIM card error note in error cases
       
   138 		*/
       
   139 		void ShowSimCardErrorNoteL();
   136 		
   140 		
   137 	private:
   141 	private:
   138         // New functions
   142         // New functions
   139         
   143         
   140         /**
   144         /**
   193         /**
   197         /**
   194         * Case EReadData in RunL 
   198         * Case EReadData in RunL 
   195         * Code removed from RunL to make it's size smaller
   199         * Code removed from RunL to make it's size smaller
   196         */
   200         */
   197 		void FinishReadDataL();
   201 		void FinishReadDataL();
       
   202 		
       
   203 	    /**
       
   204 	     * From CActive, handles leaves from RunL.
       
   205 	     * @param aLeaveCode The leave code.
       
   206 	     */
       
   207 	    TInt RunError( TInt aLeaveCode );
   198 		
   208 		
   199 	private: // Data
   209 	private: // Data
   200 		
   210 		
   201         //@var reference to the view
   211         //@var reference to the view
   202 		CAPControlListPlugin&			iPlugin;
   212 		CAPControlListPlugin&			iPlugin;
   231 		RMobilePhone::TAPNEntryV3Pckg 	iApnPKG;
   241 		RMobilePhone::TAPNEntryV3Pckg 	iApnPKG;
   232         //@var size of the ACL list
   242         //@var size of the ACL list
   233 		TUint32 						iSize;
   243 		TUint32 						iSize;
   234         //@var index of item currently read from the ACL list 
   244         //@var index of item currently read from the ACL list 
   235 		TUint32 						iIndex;
   245 		TUint32 						iIndex;
       
   246 		
       
   247 		TBool                           iSimCardError;
   236 	} ;
   248 	} ;
   237 
   249 
   238 #endif
   250 #endif
   239 
   251 
   240 // End of file
   252 // End of file