locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h
branchRCL_3
changeset 6 f3bd2a0973b9
parent 0 667063e416a2
child 13 9c303455e256
equal deleted inserted replaced
4:42de37ce7ce4 6:f3bd2a0973b9
   309 	     * Remove the Session observer
   309 	     * Remove the Session observer
   310 	     * 
   310 	     * 
   311 	     */  
   311 	     */  
   312 	    void RemoveSessionObserver( ) const;
   312 	    void RemoveSessionObserver( ) const;
   313 	    
   313 	    
       
   314         /**
       
   315          * Sets value of highlighted AP
       
   316          */
       
   317         void SetTempAPValue( TUint32 aAccessPoint);
       
   318         
   314 	public:     		
   319 	public:     		
   315 		/**
   320 		/**
   316 		 * Inherited from MLocSUPLSettingsAdapterObserver
   321 		 * Inherited from MLocSUPLSettingsAdapterObserver
   317 		 */
   322 		 */
   318 		void HandleSuplSettingsChangeL( TLocSUPLSettingsEvent aEvent );
   323 		void HandleSuplSettingsChangeL( TLocSUPLSettingsEvent aEvent );
   360          *
   365          *
   361          * @param None
   366          * @param None
   362          */
   367          */
   363         TInt ShowNoteL();                               
   368         TInt ShowNoteL();                               
   364         
   369         
       
   370         /**
       
   371          * Returns value of last highlighted AP
       
   372          */
       
   373         TUint32 GetTempAPValue();
       
   374         
   365     private:
   375     private:
   366         /**
   376         /**
   367          * Reference to the Engine Observer
   377          * Reference to the Engine Observer
   368          */
   378          */
   369         MLocSUPLSettingsUiEngObserver&	iObserver;
   379         MLocSUPLSettingsUiEngObserver&	iObserver;
   449          * Editor Observer
   459          * Editor Observer
   450          * Owns
   460          * Owns
   451          */
   461          */
   452         MSuplServerEditorObserver*		iEditorObserver;
   462         MSuplServerEditorObserver*		iEditorObserver;
   453         
   463         
       
   464         /*
       
   465          * Current highlighted AP
       
   466          * Set to -1 if no changes made in edit dialog box, Set to Uid of access 
       
   467          * point if changes made 
       
   468          */
       
   469         TUint32 iTempAP;
       
   470         
   454     };
   471     };
   455     
   472     
   456 #endif // C_LOCSUPLSETTINGSUIENGINE_H_
   473 #endif // C_LOCSUPLSETTINGSUIENGINE_H_
   457 
   474