locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h
branchRCL_3
changeset 55 ea98413ce11f
parent 49 10852b179f64
--- a/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h	Wed Sep 15 12:40:28 2010 +0300
+++ b/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h	Wed Oct 13 15:01:35 2010 +0300
@@ -98,13 +98,7 @@
          * 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
 	
 	    /*
@@ -288,11 +282,6 @@
 	    	* 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__