From 1d823b05ec27ec6ed5a0565213aae66321e9812d Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Fri, 14 Dec 2018 16:22:17 -0800 Subject: 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 --- utils/LocIpc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/LocIpc.h') 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 #include @@ -149,4 +149,4 @@ private: } -#endif //__LOC_SOCKET__ +#endif //__LOC_IPC__ -- cgit v1.2.3