From 2defb5aef87cdce239bfc29deadcf228d41b6925 Mon Sep 17 00:00:00 2001 From: liu-binjun Date: Thu, 29 Jun 2023 20:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liu-binjun --- .../inner_api/include/locationhub_ipc_interface_code.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/interfaces/inner_api/include/locationhub_ipc_interface_code.h b/interfaces/inner_api/include/locationhub_ipc_interface_code.h index 03526986b..a73f785dc 100644 --- a/interfaces/inner_api/include/locationhub_ipc_interface_code.h +++ b/interfaces/inner_api/include/locationhub_ipc_interface_code.h @@ -13,6 +13,9 @@ * limitations under the License. */ +#ifndef LOCATIONHUB_IPC_INTERFACE_CODE_H +#define LOCATIONHUB_IPC_INTERFACE_CODE_H + /* SAID: 2801 */ /* SAID: 2802 */ /* SAID: 2803 */ @@ -157,4 +160,5 @@ enum class PassiveInterfaceCode { DISABLE_REV_GEOCODE_MOCK = 26, }; } // namespace Location -} // namespace OHOS \ No newline at end of file +} // namespace OHOS +#endif // LOCATIONHUB_IPC_INTERFACE_CODE_H \ No newline at end of file