locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h
branchRCL_3
changeset 13 9c303455e256
parent 6 f3bd2a0973b9
equal deleted inserted replaced
12:5944cae565c9 13:9c303455e256
   134         TInt   GetSuplUsage();			
   134         TInt   GetSuplUsage();			
   135 		 
   135 		 
   136         /**
   136         /**
   137 		 * Creates a new server entry in Supl Settings.
   137 		 * Creates a new server entry in Supl Settings.
   138 		 */
   138 		 */
   139 		void CLocSUPLSettingsUiEngine::AddNewServerL( 
   139 		void AddNewServerL( 
   140 		        const TDesC& aServerAddress,
   140 		        const TDesC& aServerAddress,
   141 		        const TDesC& aIapName,
   141 		        const TDesC& aIapName,
   142 		        const TBool aUsageInHomeNw
   142 		        const TBool aUsageInHomeNw
   143 		);
   143 		);
   144 
   144