summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorVamana Murthi <vthuniki@codeaurora.org>2016-05-10 18:16:40 +0530
committerKevin Tang <zhikait@codeaurora.org>2016-05-12 18:11:31 -0700
commit35877af173aeb6363b77f3a1a3d024cb85ce590f (patch)
tree8c1042d39dc7ce6ae4e06ff03e92fc10f5ecd4a7 /core/LocApiBase.h
parent7bf29855bf49c21458b4dd434400602997d89aac (diff)
parentbc1348c51543518d0d32aa922392d421bad20e9d (diff)
downloadgps-35877af173aeb6363b77f3a1a3d024cb85ce590f.tar.gz
Merge remote-tracking branch 'origin/location.lnx.1.0-rel.1.0' into HEAD
git merge upto CRT tag location.lnx.1.0-00036 to private_n_location.lnx Change-Id: I922daaa9a8c2745095ec9d425192d3649657e76c CRs-Fixed: 1015000
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 744c688..e92cdaa 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -33,7 +33,7 @@
#include <ctype.h>
#include <gps_extended.h>
#include <MsgTask.h>
-#include <log_util.h>
+#include <platform_lib_log_util.h>
namespace loc_core {
class ContextBase;
@@ -172,6 +172,8 @@ public:
virtual enum loc_api_adapter_err
setSUPLVersion(uint32_t version);
virtual enum loc_api_adapter_err
+ setNMEATypes (uint32_t typesMask);
+ virtual enum loc_api_adapter_err
setLPPConfig(uint32_t profile);
virtual enum loc_api_adapter_err
setSensorControlConfig(int sensorUsage, int sensorProvider);