locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h
branchCompilerCompatibility
changeset 11 b1c431e5a893
parent 0 667063e416a2
equal deleted inserted replaced
10:936cdb3b3ca7 11:b1c431e5a893
   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