summaryrefslogtreecommitdiff
path: root/utils/LocIpc.h
diff options
context:
space:
mode:
authorWei Chen <weic@codeaurora.org>2018-12-14 16:22:17 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-02-13 10:03:56 -0800
commit1d823b05ec27ec6ed5a0565213aae66321e9812d (patch)
treec65fffef954e94447316f038de4071e779043d60 /utils/LocIpc.h
parent15ea6ecb3fbfc6705d085494d974bd2dc35dce6c (diff)
downloadgps-1d823b05ec27ec6ed5a0565213aae66321e9812d.tar.gz
FR47367: Location client API for External AP
(1) In location data struct, change size_t to uint32_t as size_t is machine dependent and can not be sent as part of payload to the other processor. (2) Change LocIpc ifdef to match with the file name Change-Id: Ia3f029641106a547e18904be1e3fb56ec09de569 CRs-fixed: 2367517
Diffstat (limited to 'utils/LocIpc.h')
-rw-r--r--utils/LocIpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/LocIpc.h b/utils/LocIpc.h
index 2288a0a..90f9e1b 100644
--- a/utils/LocIpc.h
+++ b/utils/LocIpc.h
@@ -27,8 +27,8 @@
*
*/
-#ifndef __LOC_SOCKET__
-#define __LOC_SOCKET__
+#ifndef __LOC_IPC__
+#define __LOC_IPC__
#include <string>
#include <memory>
@@ -149,4 +149,4 @@ private:
}
-#endif //__LOC_SOCKET__
+#endif //__LOC_IPC__