From ca29b9e478b433d1a5d1a7a4385410467e97785f Mon Sep 17 00:00:00 2001 From: rachytski Date: Fri, 12 Oct 2012 19:17:41 +0300 Subject: refactored Location and Compass observers mechanism. --- platform/wifi_location_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/wifi_location_service.cpp') diff --git a/platform/wifi_location_service.cpp b/platform/wifi_location_service.cpp index dfd6beecf9..6954a8aee5 100644 --- a/platform/wifi_location_service.cpp +++ b/platform/wifi_location_service.cpp @@ -48,7 +48,7 @@ namespace location // @TODO introduce flags to mark valid values info.m_timestamp = static_cast(time(NULL)); info.m_source = location::EGoogle; - m_observer.OnGpsUpdated(info); + m_observer.OnLocationUpdated(info); success = true; } } -- cgit v1.2.3