locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h
branchRCL_3
changeset 49 10852b179f64
parent 45 6b6920c56e2f
child 55 ea98413ce11f
--- a/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h	Tue Sep 14 22:09:33 2010 +0300
+++ b/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h	Wed Sep 15 12:40:28 2010 +0300
@@ -98,7 +98,13 @@
          * Executes the Dialog
          */
         TInt ExecuteLD();
-	
+        
+        /**
+         * Sets the value of iIsAccessPointDefined based on whether the
+         * access point is preconfigured for a server
+         * @param[in] aEnabled - Value to be set for the variable iIsAccessPointDefined
+         */
+        void SetAccessPointEnabled(TBool aEnabled);
 	public: // from MSuplServerEditorObserver
 	
 	    /*
@@ -282,6 +288,11 @@
 	    	* It determines if form is modified by user
 	    	*/	    
 	    TBool							iIsModified;
+	    
+	    /**
+	     * Determines whether the access point is preconfigured for the server
+	     */
+	    TBool  iIsAccessPointDefined;
     };
 
 #endif // __LOCSUPLSERVER_EDITOR_H__