From f5a75c9db4ab17093f9d55892a9b2c5e421ef697 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 9 Jan 2018 13:55:26 +0100 Subject: [PATCH] feat(include): add some missing _L prefixes --- include/linphone/api/c-address.h | 6 +++--- include/linphone/api/c-api.h | 6 +++--- include/linphone/api/c-call-cbs.h | 6 +++--- include/linphone/api/c-call-stats.h | 6 +++--- include/linphone/api/c-call.h | 8 +++---- include/linphone/api/c-callbacks.h | 6 +++--- include/linphone/api/c-chat-message-cbs.h | 24 ++++++++++----------- include/linphone/api/c-chat-message.h | 6 +++--- include/linphone/api/c-chat-room-cbs.h | 6 +++--- include/linphone/api/c-chat-room.h | 6 +++--- include/linphone/api/c-dial-plan.h | 6 +++--- include/linphone/api/c-event-log.h | 6 +++--- include/linphone/api/c-participant.h | 6 +++--- include/linphone/api/c-types.h | 6 +++--- include/linphone/enums/call-enums.h | 6 +++--- include/linphone/enums/chat-message-enums.h | 6 +++--- include/linphone/enums/chat-room-enums.h | 6 +++--- include/linphone/enums/event-log-enums.h | 6 +++--- include/linphone/utils/enum-generator.h | 6 +++--- include/linphone/utils/enum-mask.h | 6 +++--- include/linphone/utils/general.h | 6 +++--- include/linphone/utils/magic-macros.h | 6 +++--- include/linphone/utils/traits.h | 6 +++--- include/linphone/utils/utils.h | 6 +++--- 24 files changed, 82 insertions(+), 82 deletions(-) diff --git a/include/linphone/api/c-address.h b/include/linphone/api/c-address.h index 63fb4f3e7..71f6e02ff 100644 --- a/include/linphone/api/c-address.h +++ b/include/linphone/api/c-address.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_ADDRESS_H_ -#define _C_ADDRESS_H_ +#ifndef _L_C_ADDRESS_H_ +#define _L_C_ADDRESS_H_ #include "linphone/api/c-types.h" @@ -283,4 +283,4 @@ LINPHONE_DEPRECATED LINPHONE_PUBLIC bool_t linphone_address_is_secure (const Lin } #endif // ifdef __cplusplus -#endif // ifndef _C_ADDRESS_H_ +#endif // ifndef _L_C_ADDRESS_H_ diff --git a/include/linphone/api/c-api.h b/include/linphone/api/c-api.h index a5926cb71..def7fb9b2 100644 --- a/include/linphone/api/c-api.h +++ b/include/linphone/api/c-api.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_API_H_ -#define _C_API_H_ +#ifndef _L_C_API_H_ +#define _L_C_API_H_ #include "linphone/utils/general.h" @@ -36,4 +36,4 @@ #include "linphone/api/c-participant.h" #include "linphone/api/c-types.h" -#endif // ifndef _C_API_H_ +#endif // ifndef _L_C_API_H_ diff --git a/include/linphone/api/c-call-cbs.h b/include/linphone/api/c-call-cbs.h index b7bd9a1fb..085a18737 100644 --- a/include/linphone/api/c-call-cbs.h +++ b/include/linphone/api/c-call-cbs.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CALL_CBS_H_ -#define _C_CALL_CBS_H_ +#ifndef _L_C_CALL_CBS_H_ +#define _L_C_CALL_CBS_H_ #include "linphone/api/c-callbacks.h" #include "linphone/api/c-types.h" @@ -167,4 +167,4 @@ LINPHONE_PUBLIC void linphone_call_cbs_set_ack_processing (LinphoneCallCbs *cbs, } #endif // ifdef __cplusplus -#endif // ifndef _C_CALL_CBS_H_ +#endif // ifndef _L_C_CALL_CBS_H_ diff --git a/include/linphone/api/c-call-stats.h b/include/linphone/api/c-call-stats.h index ff3b95e30..fb00a6174 100644 --- a/include/linphone/api/c-call-stats.h +++ b/include/linphone/api/c-call-stats.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CALL_STATS_H_ -#define _C_CALL_STATS_H_ +#ifndef _L_C_CALL_STATS_H_ +#define _L_C_CALL_STATS_H_ #include @@ -199,4 +199,4 @@ LINPHONE_PUBLIC float linphone_call_stats_get_round_trip_delay (const LinphoneCa } #endif // ifdef __cplusplus -#endif // ifndef _C_CALL_STATS_H_ +#endif // ifndef _L_C_CALL_STATS_H_ diff --git a/include/linphone/api/c-call.h b/include/linphone/api/c-call.h index 47140a8ba..f4ebd802a 100644 --- a/include/linphone/api/c-call.h +++ b/include/linphone/api/c-call.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CALL_H_ -#define _C_CALL_H_ +#ifndef _L_C_CALL_H_ +#define _L_C_CALL_H_ #include @@ -773,7 +773,7 @@ LINPHONE_PUBLIC LinphoneCallCbs *linphone_call_get_current_callbacks(const Linph /** * Set call parameters - advanced and not recommended feature - use with caution. - * Local call parameters applicable to an outgoing or incoming shall usually be passed to linphone_core_invite_address_with_params() or + * Local call parameters applicable to an outgoing or incoming shall usually be passed to linphone_core_invite_address_with_params() or * linphone_call_accept_with_params(). * However, in some cases it might be desirable from a software design standpoint to modify local parameters outside of the application layer, typically * in the purpose of implementing a custom logic including special headers in INVITE or 200Ok requests, driven by a call_state_changed listener method. @@ -799,4 +799,4 @@ LINPHONE_PUBLIC const LinphoneCallParams * linphone_call_get_params(LinphoneCall } #endif // ifdef __cplusplus -#endif // ifndef _C_CALL_H_ +#endif // ifndef _L_C_CALL_H_ diff --git a/include/linphone/api/c-callbacks.h b/include/linphone/api/c-callbacks.h index 77b06974e..39d071a37 100644 --- a/include/linphone/api/c-callbacks.h +++ b/include/linphone/api/c-callbacks.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CALLBACKS_H_ -#define _C_CALLBACKS_H_ +#ifndef _L_C_CALLBACKS_H_ +#define _L_C_CALLBACKS_H_ // TODO: Remove me in the future. #include "linphone/callbacks.h" @@ -257,4 +257,4 @@ typedef void (*LinphoneChatRoomCbsParticipantsCapabilitiesCheckedCb) (LinphoneCh } #endif // ifdef __cplusplus -#endif // ifndef _C_CALLBACKS_H_ +#endif // ifndef _L_C_CALLBACKS_H_ diff --git a/include/linphone/api/c-chat-message-cbs.h b/include/linphone/api/c-chat-message-cbs.h index a86cd5785..b80fb8686 100644 --- a/include/linphone/api/c-chat-message-cbs.h +++ b/include/linphone/api/c-chat-message-cbs.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CHAT_MESSAGE_CBS_H_ -#define _C_CHAT_MESSAGE_CBS_H_ +#ifndef _L_C_CHAT_MESSAGE_CBS_H_ +#define _L_C_CHAT_MESSAGE_CBS_H_ #include "linphone/api/c-callbacks.h" #include "linphone/api/c-types.h" @@ -33,7 +33,7 @@ * @addtogroup chatroom * @{ */ - + LinphoneChatMessageCbs *linphone_chat_message_cbs_new(void); /** @@ -69,55 +69,55 @@ LINPHONE_PUBLIC void linphone_chat_message_cbs_set_user_data (LinphoneChatMessag * @return The current message state changed callback. */ LINPHONE_PUBLIC LinphoneChatMessageCbsMsgStateChangedCb linphone_chat_message_cbs_get_msg_state_changed(const LinphoneChatMessageCbs *cbs); - + /** * Set the message state changed callback. * @param[in] cbs LinphoneChatMessageCbs object. * @param[in] cb The message state changed callback to be used. */ LINPHONE_PUBLIC void linphone_chat_message_cbs_set_msg_state_changed(LinphoneChatMessageCbs *cbs, LinphoneChatMessageCbsMsgStateChangedCb cb); - + /** * Get the file transfer receive callback. * @param[in] cbs LinphoneChatMessageCbs object. * @return The current file transfer receive callback. */ LINPHONE_PUBLIC LinphoneChatMessageCbsFileTransferRecvCb linphone_chat_message_cbs_get_file_transfer_recv(const LinphoneChatMessageCbs *cbs); - + /** * Set the file transfer receive callback. * @param[in] cbs LinphoneChatMessageCbs object. * @param[in] cb The file transfer receive callback to be used. */ LINPHONE_PUBLIC void linphone_chat_message_cbs_set_file_transfer_recv(LinphoneChatMessageCbs *cbs, LinphoneChatMessageCbsFileTransferRecvCb cb); - + /** * Get the file transfer send callback. * @param[in] cbs LinphoneChatMessageCbs object. * @return The current file transfer send callback. */ LINPHONE_PUBLIC LinphoneChatMessageCbsFileTransferSendCb linphone_chat_message_cbs_get_file_transfer_send(const LinphoneChatMessageCbs *cbs); - + /** * Set the file transfer send callback. * @param[in] cbs LinphoneChatMessageCbs object. * @param[in] cb The file transfer send callback to be used. */ LINPHONE_PUBLIC void linphone_chat_message_cbs_set_file_transfer_send(LinphoneChatMessageCbs *cbs, LinphoneChatMessageCbsFileTransferSendCb cb); - + /** * Get the file transfer progress indication callback. * @param[in] cbs LinphoneChatMessageCbs object. * @return The current file transfer progress indication callback. */ LINPHONE_PUBLIC LinphoneChatMessageCbsFileTransferProgressIndicationCb linphone_chat_message_cbs_get_file_transfer_progress_indication(const LinphoneChatMessageCbs *cbs); - + /** * Set the file transfer progress indication callback. * @param[in] cbs LinphoneChatMessageCbs object. * @param[in] cb The file transfer progress indication callback to be used. */ - LINPHONE_PUBLIC void linphone_chat_message_cbs_set_file_transfer_progress_indication(LinphoneChatMessageCbs *cbs, LinphoneChatMessageCbsFileTransferProgressIndicationCb cb); + LINPHONE_PUBLIC void linphone_chat_message_cbs_set_file_transfer_progress_indication(LinphoneChatMessageCbs *cbs, LinphoneChatMessageCbsFileTransferProgressIndicationCb cb); /** * @} @@ -127,4 +127,4 @@ LINPHONE_PUBLIC void linphone_chat_message_cbs_set_user_data (LinphoneChatMessag } #endif // ifdef __cplusplus -#endif // ifndef _C_CHAT_MESSAGE_H_ +#endif // ifndef _L_C_CHAT_MESSAGE_CBS_H_ diff --git a/include/linphone/api/c-chat-message.h b/include/linphone/api/c-chat-message.h index c4bcacd1a..0489e9f93 100644 --- a/include/linphone/api/c-chat-message.h +++ b/include/linphone/api/c-chat-message.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CHAT_MESSAGE_H_ -#define _C_CHAT_MESSAGE_H_ +#ifndef _L_C_CHAT_MESSAGE_H_ +#define _L_C_CHAT_MESSAGE_H_ #include "linphone/api/c-types.h" #include "linphone/api/c-chat-message-cbs.h" @@ -355,4 +355,4 @@ LINPHONE_PUBLIC const char* linphone_chat_message_get_text_content(const Linphon } #endif // ifdef __cplusplus -#endif // ifndef _C_CHAT_MESSAGE_H_ +#endif // ifndef _L_C_CHAT_MESSAGE_H_ diff --git a/include/linphone/api/c-chat-room-cbs.h b/include/linphone/api/c-chat-room-cbs.h index dea6e763f..77c483f14 100644 --- a/include/linphone/api/c-chat-room-cbs.h +++ b/include/linphone/api/c-chat-room-cbs.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CHAT_ROOM_CBS_H_ -#define _C_CHAT_ROOM_CBS_H_ +#ifndef _L_C_CHAT_ROOM_CBS_H_ +#define _L_C_CHAT_ROOM_CBS_H_ #include "linphone/api/c-callbacks.h" #include "linphone/api/c-types.h" @@ -279,4 +279,4 @@ LINPHONE_PUBLIC void linphone_chat_room_cbs_set_participants_capabilities_checke } #endif // ifdef __cplusplus -#endif // ifndef _C_CHAT_ROOM_H_ +#endif // ifndef _L_C_CHAT_ROOM_CBS_H_ diff --git a/include/linphone/api/c-chat-room.h b/include/linphone/api/c-chat-room.h index df9cdf764..7c2dcda59 100644 --- a/include/linphone/api/c-chat-room.h +++ b/include/linphone/api/c-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_CHAT_ROOM_H_ -#define _C_CHAT_ROOM_H_ +#ifndef _L_C_CHAT_ROOM_H_ +#define _L_C_CHAT_ROOM_H_ #include "linphone/api/c-types.h" @@ -445,4 +445,4 @@ LINPHONE_PUBLIC LINPHONE_DEPRECATED void linphone_chat_room_destroy(LinphoneChat } #endif // ifdef __cplusplus -#endif // ifndef _C_CHAT_ROOM_H_ +#endif // ifndef _L_C_CHAT_ROOM_H_ diff --git a/include/linphone/api/c-dial-plan.h b/include/linphone/api/c-dial-plan.h index 6cfd4fa78..5361ccdcf 100644 --- a/include/linphone/api/c-dial-plan.h +++ b/include/linphone/api/c-dial-plan.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_DIAL_PLAN_H_ -#define _C_DIAL_PLAN_H_ +#ifndef _L_C_DIAL_PLAN_H_ +#define _L_C_DIAL_PLAN_H_ #include "linphone/api/c-types.h" @@ -113,4 +113,4 @@ LINPHONE_PUBLIC bool_t linphone_dial_plan_is_generic(const LinphoneDialPlan *ccc } #endif // ifdef __cplusplus -#endif // ifndef _C_DIAL_PLAN_H_ +#endif // ifndef _L_C_DIAL_PLAN_H_ diff --git a/include/linphone/api/c-event-log.h b/include/linphone/api/c-event-log.h index 077438469..3fc107e72 100644 --- a/include/linphone/api/c-event-log.h +++ b/include/linphone/api/c-event-log.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_EVENT_LOG_H_ -#define _C_EVENT_LOG_H_ +#ifndef _L_C_EVENT_LOG_H_ +#define _L_C_EVENT_LOG_H_ #include "linphone/api/c-types.h" @@ -159,4 +159,4 @@ LINPHONE_PUBLIC const char *linphone_event_log_get_subject (const LinphoneEventL } #endif // ifdef __cplusplus -#endif // ifndef _C_EVENT_LOG_H_ +#endif // ifndef _L_C_EVENT_LOG_H_ diff --git a/include/linphone/api/c-participant.h b/include/linphone/api/c-participant.h index 21adf5f66..a3af64359 100644 --- a/include/linphone/api/c-participant.h +++ b/include/linphone/api/c-participant.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_PARTICIPANT_H_ -#define _C_PARTICIPANT_H_ +#ifndef _L_C_PARTICIPANT_H_ +#define _L_C_PARTICIPANT_H_ #include "linphone/api/c-types.h" @@ -79,4 +79,4 @@ LINPHONE_PUBLIC bool_t linphone_participant_is_admin (const LinphoneParticipant } #endif // ifdef __cplusplus -#endif // ifndef _C_PARTICIPANT_H_ +#endif // ifndef _L_C_PARTICIPANT_H_ diff --git a/include/linphone/api/c-types.h b/include/linphone/api/c-types.h index a8a600699..9e1b523c8 100644 --- a/include/linphone/api/c-types.h +++ b/include/linphone/api/c-types.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_TYPES_H_ -#define _C_TYPES_H_ +#ifndef _L_C_TYPES_H_ +#define _L_C_TYPES_H_ // TODO: Remove me in the future. #include "linphone/types.h" @@ -213,4 +213,4 @@ L_DECLARE_C_ENUM(EventLogType, L_ENUM_VALUES_EVENT_LOG_TYPE); } #endif // ifdef __cplusplus -#endif // ifndef _C_TYPES_H_ +#endif // ifndef _L_C_TYPES_H_ diff --git a/include/linphone/enums/call-enums.h b/include/linphone/enums/call-enums.h index 91da6605e..d0742763b 100644 --- a/include/linphone/enums/call-enums.h +++ b/include/linphone/enums/call-enums.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CALL_ENUMS_H_ -#define _CALL_ENUMS_H_ +#ifndef _L_CALL_ENUMS_H_ +#define _L_CALL_ENUMS_H_ // ============================================================================= @@ -71,4 +71,4 @@ #define LinphoneCallEarlyUpdatedByRemote LinphoneCallStateEarlyUpdatedByRemote #define LinphoneCallEarlyUpdating LinphoneCallStateEarlyUpdating -#endif // ifndef _CALL_ENUMS_H_ +#endif // ifndef _L_CALL_ENUMS_H_ diff --git a/include/linphone/enums/chat-message-enums.h b/include/linphone/enums/chat-message-enums.h index 048a70213..0c51274b6 100644 --- a/include/linphone/enums/chat-message-enums.h +++ b/include/linphone/enums/chat-message-enums.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_MESSAGE_ENUMS_H_ -#define _CHAT_MESSAGE_ENUMS_H_ +#ifndef _L_CHAT_MESSAGE_ENUMS_H_ +#define _L_CHAT_MESSAGE_ENUMS_H_ // ============================================================================= @@ -36,4 +36,4 @@ F(Incoming) \ F(Outgoing) -#endif // ifndef _CHAT_MESSAGE_ENUMS_H_ +#endif // ifndef _L_CHAT_MESSAGE_ENUMS_H_ diff --git a/include/linphone/enums/chat-room-enums.h b/include/linphone/enums/chat-room-enums.h index dcbf96a87..95440bf95 100644 --- a/include/linphone/enums/chat-room-enums.h +++ b/include/linphone/enums/chat-room-enums.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_ROOM_ENUMS_H_ -#define _CHAT_ROOM_ENUMS_H_ +#ifndef _L_CHAT_ROOM_ENUMS_H_ +#define _L_CHAT_ROOM_ENUMS_H_ // ============================================================================= @@ -38,4 +38,4 @@ F(Proxy, 1 << 3) \ F(Migratable, 1 << 4) -#endif // ifndef _CHAT_ROOM_ENUMS_H_ +#endif // ifndef _L_CHAT_ROOM_ENUMS_H_ diff --git a/include/linphone/enums/event-log-enums.h b/include/linphone/enums/event-log-enums.h index 3a6416d69..8f8af50aa 100644 --- a/include/linphone/enums/event-log-enums.h +++ b/include/linphone/enums/event-log-enums.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _EVENT_LOG_ENUMS_H_ -#define _EVENT_LOG_ENUMS_H_ +#ifndef _L_EVENT_LOG_ENUMS_H_ +#define _L_EVENT_LOG_ENUMS_H_ // ============================================================================= @@ -37,4 +37,4 @@ F(ConferenceParticipantDeviceRemoved) \ F(ConferenceSubjectChanged) -#endif // ifndef _EVENT_LOG_ENUMS_H_ +#endif // ifndef _L_EVENT_LOG_ENUMS_H_ diff --git a/include/linphone/utils/enum-generator.h b/include/linphone/utils/enum-generator.h index c918638c1..50aed4e91 100644 --- a/include/linphone/utils/enum-generator.h +++ b/include/linphone/utils/enum-generator.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ENUM_GENERATOR_H_ -#define _ENUM_GENERATOR_H_ +#ifndef _L_ENUM_GENERATOR_H_ +#define _L_ENUM_GENERATOR_H_ #include "linphone/utils/magic-macros.h" @@ -109,4 +109,4 @@ struct IsDefinedEnum { LINPHONE_END_NAMESPACE -#endif // ifndef _ENUM_GENERATOR_H_ +#endif // ifndef _L_ENUM_GENERATOR_H_ diff --git a/include/linphone/utils/enum-mask.h b/include/linphone/utils/enum-mask.h index de0f0b16a..ea1900993 100644 --- a/include/linphone/utils/enum-mask.h +++ b/include/linphone/utils/enum-mask.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ENUM_MASK_H_ -#define _ENUM_MASK_H_ +#ifndef _L_ENUM_MASK_H_ +#define _L_ENUM_MASK_H_ #include @@ -150,4 +150,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ENUM_MASK_H_ +#endif // ifndef _L_ENUM_MASK_H_ diff --git a/include/linphone/utils/general.h b/include/linphone/utils/general.h index 984e9c473..a4dee6eeb 100644 --- a/include/linphone/utils/general.h +++ b/include/linphone/utils/general.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _GENERAL_H_ -#define _GENERAL_H_ +#ifndef _L_GENERAL_H_ +#define _L_GENERAL_H_ #ifdef __cplusplus #include @@ -223,4 +223,4 @@ struct AddConstMirror { LINPHONE_END_NAMESPACE -#endif // ifndef _GENERAL_H_ +#endif // ifndef _L_GENERAL_H_ diff --git a/include/linphone/utils/magic-macros.h b/include/linphone/utils/magic-macros.h index 8bf4cf6d3..791a833c9 100644 --- a/include/linphone/utils/magic-macros.h +++ b/include/linphone/utils/magic-macros.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAGIC_MACROS_H_ -#define _MAGIC_MACROS_H_ +#ifndef _L_MAGIC_MACROS_H_ +#define _L_MAGIC_MACROS_H_ #include "linphone/utils/general.h" @@ -284,4 +284,4 @@ LINPHONE_BEGIN_NAMESPACE LINPHONE_END_NAMESPACE -#endif // ifndef _MAGIC_MACROS_H_ +#endif // ifndef _L_MAGIC_MACROS_H_ diff --git a/include/linphone/utils/traits.h b/include/linphone/utils/traits.h index fe4c6a940..0d7a2aa1e 100644 --- a/include/linphone/utils/traits.h +++ b/include/linphone/utils/traits.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _TRAITS_H_ -#define _TRAITS_H_ +#ifndef _L_TRAITS_H_ +#define _L_TRAITS_H_ #include "linphone/utils/general.h" @@ -54,4 +54,4 @@ struct IsMapContainer : Private::IsMapContainerImpl::type {}; LINPHONE_END_NAMESPACE -#endif // ifndef _TRAITS_H_ +#endif // ifndef _L_TRAITS_H_ diff --git a/include/linphone/utils/utils.h b/include/linphone/utils/utils.h index 414e1aa51..82c159453 100644 --- a/include/linphone/utils/utils.h +++ b/include/linphone/utils/utils.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _UTILS_H_ -#define _UTILS_H_ +#ifndef _L_UTILS_H_ +#define _L_UTILS_H_ #include #include @@ -122,4 +122,4 @@ namespace Utils { LINPHONE_END_NAMESPACE -#endif // ifndef _UTILS_H_ +#endif // ifndef _L_UTILS_H_