From a459bc474a64d2184f557ec5233f6f421df5779a Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 13 Nov 2012 18:53:37 +0300 Subject: Compilations fixes. --- platform/location.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'platform/location.hpp') diff --git a/platform/location.hpp b/platform/location.hpp index bd742e333a..cbfbc82475 100644 --- a/platform/location.hpp +++ b/platform/location.hpp @@ -6,11 +6,13 @@ namespace location { + /// @note Do not change values of this constants. enum TLocationError { ENoError = 0, - EDenied = 1, - EGPSIsOff = 2 + ENotSupported, + EDenied, + EGPSIsOff }; enum TLocationSource -- cgit v1.2.3