Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-11-13 19:53:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:53 +0300
commita459bc474a64d2184f557ec5233f6f421df5779a (patch)
tree99596c856c005045faca220559b815e3e2ca85de /platform/location.hpp
parent8bd5e4920bdadebbd364b288dc92c5014824232e (diff)
Compilations fixes.
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp6
1 files changed, 4 insertions, 2 deletions
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