diff options
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index f242dc7..1717b87 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -739,4 +739,9 @@ DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) LocationError LocApiBase:: getGnssEnergyConsumed() DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) + +void LocApiBase:: + updatePowerState(PowerStateType /*powerState*/) +DEFAULT_IMPL() + } // namespace loc_core |