locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h
branchRCL_3
changeset 55 ea98413ce11f
parent 49 10852b179f64
equal deleted inserted replaced
49:10852b179f64 55:ea98413ce11f
    96         void HandleDialogPageEventL( TInt aEventID );
    96         void HandleDialogPageEventL( TInt aEventID );
    97         /*
    97         /*
    98          * Executes the Dialog
    98          * Executes the Dialog
    99          */
    99          */
   100         TInt ExecuteLD();
   100         TInt ExecuteLD();
   101         
   101 	
   102         /**
       
   103          * Sets the value of iIsAccessPointDefined based on whether the
       
   104          * access point is preconfigured for a server
       
   105          * @param[in] aEnabled - Value to be set for the variable iIsAccessPointDefined
       
   106          */
       
   107         void SetAccessPointEnabled(TBool aEnabled);
       
   108 	public: // from MSuplServerEditorObserver
   102 	public: // from MSuplServerEditorObserver
   109 	
   103 	
   110 	    /*
   104 	    /*
   111          * Changes IAP value in AP field
   105          * Changes IAP value in AP field
   112          */
   106          */
   286 	    
   280 	    
   287 	    /**
   281 	    /**
   288 	    	* It determines if form is modified by user
   282 	    	* It determines if form is modified by user
   289 	    	*/	    
   283 	    	*/	    
   290 	    TBool							iIsModified;
   284 	    TBool							iIsModified;
   291 	    
       
   292 	    /**
       
   293 	     * Determines whether the access point is preconfigured for the server
       
   294 	     */
       
   295 	    TBool  iIsAccessPointDefined;
       
   296     };
   285     };
   297 
   286 
   298 #endif // __LOCSUPLSERVER_EDITOR_H__
   287 #endif // __LOCSUPLSERVER_EDITOR_H__
   299 
   288