locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h
branchRCL_3
changeset 6 f3bd2a0973b9
parent 0 667063e416a2
child 13 9c303455e256
--- a/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h	Fri Feb 19 23:14:27 2010 +0200
+++ b/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h	Fri Mar 12 15:44:22 2010 +0200
@@ -311,6 +311,11 @@
 	     */  
 	    void RemoveSessionObserver( ) const;
 	    
+        /**
+         * Sets value of highlighted AP
+         */
+        void SetTempAPValue( TUint32 aAccessPoint);
+        
 	public:     		
 		/**
 		 * Inherited from MLocSUPLSettingsAdapterObserver
@@ -362,6 +367,11 @@
          */
         TInt ShowNoteL();                               
         
+        /**
+         * Returns value of last highlighted AP
+         */
+        TUint32 GetTempAPValue();
+        
     private:
         /**
          * Reference to the Engine Observer
@@ -451,6 +461,13 @@
          */
         MSuplServerEditorObserver*		iEditorObserver;
         
+        /*
+         * Current highlighted AP
+         * Set to -1 if no changes made in edit dialog box, Set to Uid of access 
+         * point if changes made 
+         */
+        TUint32 iTempAP;
+        
     };
     
 #endif // C_LOCSUPLSETTINGSUIENGINE_H_