summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2014-04-01 13:34:07 -0700
committerTushar Janefalkar <tusharj@codeaurora.org>2014-04-01 14:38:34 -0700
commit25244b3660b7796cf152b569f5a01d3c55f01c2b (patch)
treee0f9502bf5a603aedab96544ede278ff5ec63b3a /core/LocAdapterBase.cpp
parent6af016354e47f94b97327244b5c9c86f1801ca5b (diff)
downloadgps-25244b3660b7796cf152b569f5a01d3c55f01c2b.tar.gz
Close MDM node on shutdown
Added call to close mdm power node as part of procedure to shutdown CRs-fixed: 640576 Change-Id: Ie0c05272249401f6cf13e9443417b0ba5de1be52
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index a65cb31..eea8edd 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -128,4 +128,8 @@ DEFAULT_IMPL(false)
bool LocAdapterBase::
requestNiNotify(GpsNiNotification &notify, const void* data)
DEFAULT_IMPL(false)
+
+void LocAdapterBase::
+ shutdown()
+DEFAULT_IMPL()
} // namespace loc_core