From 1ac53ee2077a7d80bdcbb3cd8f38c3dc2b4ae83c Mon Sep 17 00:00:00 2001 From: "jihwan.seo" Date: Mon, 20 Apr 2015 17:20:07 +0900 Subject: [PATCH] remove double/single underline type I have removed double/single underline type in protocolmessage/networkconfigurator. Change-Id: I71d135bef715b2c2a73ce37450249551302b7d6e Signed-off-by: jihwan.seo Reviewed-on: https://gerrit.iotivity.org/gerrit/779 Tested-by: jenkins-iotivity Reviewed-by: Erich Keane --- resource/csdk/connectivity/inc/canetworkconfigurator.h | 6 +++--- resource/csdk/connectivity/inc/caprotocolmessage.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resource/csdk/connectivity/inc/canetworkconfigurator.h b/resource/csdk/connectivity/inc/canetworkconfigurator.h index 44a52c5..8605c15 100644 --- a/resource/csdk/connectivity/inc/canetworkconfigurator.h +++ b/resource/csdk/connectivity/inc/canetworkconfigurator.h @@ -24,8 +24,8 @@ * This file contains utility function for network configurations. */ -#ifndef _NETWORK_CONFIGURATOR_H_ -#define _NETWORK_CONFIGURATOR_H_ +#ifndef CA_NETWORK_CONFIGURATOR_H_ +#define CA_NETWORK_CONFIGURATOR_H_ #include "cacommon.h" #include "uarraylist.h" @@ -74,5 +74,5 @@ CAResult_t CATerminateNetworkType(); } /* extern "C" */ #endif -#endif //#ifndef _NETWORK_CONFIGURATOR_H_ +#endif //#ifndef CA_NETWORK_CONFIGURATOR_H_ diff --git a/resource/csdk/connectivity/inc/caprotocolmessage.h b/resource/csdk/connectivity/inc/caprotocolmessage.h index d47a9ec..fde84dd 100644 --- a/resource/csdk/connectivity/inc/caprotocolmessage.h +++ b/resource/csdk/connectivity/inc/caprotocolmessage.h @@ -22,8 +22,8 @@ * @brief This file contains common function for handling protocol messages. */ -#ifndef __CA_PROTOCOL_MESSAGE_H_ -#define __CA_PROTOCOL_MESSAGE_H_ +#ifndef CA_PROTOCOL_MESSAGE_H_ +#define CA_PROTOCOL_MESSAGE_H_ #include "cacommon.h" #include "config.h" @@ -231,4 +231,4 @@ CAResponseResult_t CAGetCodeFromPduBinaryData(const void *pdu, uint32_t size); } /* extern "C" */ #endif -#endif //#ifndef __CA_PROTOCOL_MESSAGE_H_ +#endif //#ifndef CA_PROTOCOL_MESSAGE_H_ -- 2.7.4