From 25244b3660b7796cf152b569f5a01d3c55f01c2b Mon Sep 17 00:00:00 2001 From: Tushar Janefalkar Date: Tue, 1 Apr 2014 13:34:07 -0700 Subject: Close MDM node on shutdown Added call to close mdm power node as part of procedure to shutdown CRs-fixed: 640576 Change-Id: Ie0c05272249401f6cf13e9443417b0ba5de1be52 --- core/LocAdapterBase.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/LocAdapterBase.cpp') 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 ¬ify, const void* data) DEFAULT_IMPL(false) + +void LocAdapterBase:: + shutdown() +DEFAULT_IMPL() } // namespace loc_core -- cgit v1.2.3