From 42211a946a6aee83666d80fa4eede1e95f4135eb Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Fri, 16 Aug 2013 23:29:00 +0530 Subject: [PATCH] Resolved On-Demand XTRA time injection issue Resolved issue where XTRA data was being requested instead of time during On-Demand time injection. CRs-Fixed: 530415 Change-Id: Ibf057073dc4eddc011f5df5c13d60eb552eec8c9 --- loc_api/libloc_api_50001/LocEngAdapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loc_api/libloc_api_50001/LocEngAdapter.cpp b/loc_api/libloc_api_50001/LocEngAdapter.cpp index 2cc3e3a3..116a8ae7 100644 --- a/loc_api/libloc_api_50001/LocEngAdapter.cpp +++ b/loc_api/libloc_api_50001/LocEngAdapter.cpp @@ -209,7 +209,7 @@ inline bool LocEngAdapter::requestTime() { if (mAgpsEnabled) { - sendMsg(new LocEngRequestXtra(mOwner)); + sendMsg(new LocEngRequestTime(mOwner)); } return mAgpsEnabled; }