summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
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.h
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.h')
-rw-r--r--core/LocAdapterBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 4e6ff24..02b0987 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -100,6 +100,7 @@ public:
virtual bool requestNiNotify(GpsNiNotification &notify,
const void* data);
inline virtual bool isInSession() { return false; }
+ virtual void shutdown();
};
} // namespace loc_core