locsrv_plat/supl_terminal_initiation_api/inc/epos_suplterminal.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/locsrv_plat/supl_terminal_initiation_api/inc/epos_suplterminal.h	Thu Aug 19 10:20:18 2010 +0300
+++ b/locsrv_plat/supl_terminal_initiation_api/inc/epos_suplterminal.h	Tue Aug 31 15:37:04 2010 +0300
@@ -1134,6 +1134,15 @@
 	 *  		- KErrGeneral
 	 */	
 	TInt CheckIfSlpExists(const TDesC& aHslpAddress);
+	
+	/**
+	 * Checks if server  is present in the database or not
+	 * @ return codes
+	 *  		- KErrNone if server is present
+	 *  		- KErrNotFound if server is not present
+	 *  		- KErrGeneral
+	 */	
+	TBool CheckSuplTriggerServiceStatus();
 
 
 protected: