summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-06-02 15:00:35 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-06-02 15:00:35 -0700
commitb59da9b2c3f560b39b6f7e667c2863f96e37121a (patch)
tree55e83ab1936e5fc26cb2179aeae4e6e605dde880 /core/LocApiBase.cpp
parente59593e23350ffc6363556cab8b38a9aed616e08 (diff)
parent6a6ad43850a278d34bc28390861c2bc05b0f43b6 (diff)
Merge "Set onDemandCpi flag for all odcpi injections"
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r--core/LocApiBase.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index eb9a2a8..6af2ca9 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -619,7 +619,8 @@ void LocApiBase::
DEFAULT_IMPL()
void LocApiBase::
- injectPosition(double /*latitude*/, double /*longitude*/, float /*accuracy*/)
+ injectPosition(double /*latitude*/, double /*longitude*/, float /*accuracy*/,
+ bool /*onDemandCpi*/)
DEFAULT_IMPL()
void LocApiBase::