diff --git a/src/address/address-p.h b/src/address/address-p.h index 0679ca67a..1f61620cb 100644 --- a/src/address/address-p.h +++ b/src/address/address-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ADDRESS_P_H_ -#define _ADDRESS_P_H_ +#ifndef _L_ADDRESS_P_H_ +#define _L_ADDRESS_P_H_ #include @@ -60,4 +60,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ADDRESS_P_H_ +#endif // ifndef _L_ADDRESS_P_H_ diff --git a/src/address/address.h b/src/address/address.h index 8f02ad263..5f2e4c480 100644 --- a/src/address/address.h +++ b/src/address/address.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ADDRESS_H_ -#define _ADDRESS_H_ +#ifndef _L_ADDRESS_H_ +#define _L_ADDRESS_H_ #include "enums.h" #include "object/clonable-object.h" @@ -109,4 +109,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ADDRESS_H_ +#endif // ifndef _L_ADDRESS_H_ diff --git a/src/address/identity-address-p.h b/src/address/identity-address-p.h index f8f27294a..29c00dc1b 100644 --- a/src/address/identity-address-p.h +++ b/src/address/identity-address-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _IDENTITY_ADDRESS_P_H_ -#define _IDENTITY_ADDRESS_P_H_ +#ifndef _L_IDENTITY_ADDRESS_P_H_ +#define _L_IDENTITY_ADDRESS_P_H_ #include "identity-address.h" #include "object/clonable-object-p.h" @@ -39,4 +39,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _IDENTITY_ADDRESS_P_H_ +#endif // ifndef _L_IDENTITY_ADDRESS_P_H_ diff --git a/src/address/identity-address.h b/src/address/identity-address.h index e6b25d429..de55de239 100644 --- a/src/address/identity-address.h +++ b/src/address/identity-address.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _IDENTITY_ADDRESS_H_ -#define _IDENTITY_ADDRESS_H_ +#ifndef _L_IDENTITY_ADDRESS_H_ +#define _L_IDENTITY_ADDRESS_H_ #include "object/clonable-object.h" @@ -67,4 +67,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _IDENTITY_ADDRESS_H_ +#endif // ifndef _L_IDENTITY_ADDRESS_H_ diff --git a/src/c-wrapper/c-wrapper.h b/src/c-wrapper/c-wrapper.h index 78ab410f5..5e7d53e00 100644 --- a/src/c-wrapper/c-wrapper.h +++ b/src/c-wrapper/c-wrapper.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_WRAPPER_H_ -#define _C_WRAPPER_H_ +#ifndef _L_C_WRAPPER_H_ +#define _L_C_WRAPPER_H_ #include "linphone/api/c-types.h" @@ -131,4 +131,4 @@ L_REGISTER_SUBTYPES(L_REGISTER_SUBTYPE); #undef L_REGISTER_SUBTYPES #undef L_REGISTER_TYPES -#endif // ifndef _C_WRAPPER_H_ +#endif // ifndef _L_C_WRAPPER_H_ diff --git a/src/c-wrapper/internal/c-sal.h b/src/c-wrapper/internal/c-sal.h index 6a53665b5..ed62a820a 100644 --- a/src/c-wrapper/internal/c-sal.h +++ b/src/c-wrapper/internal/c-sal.h @@ -23,8 +23,8 @@ protocols and implementations under linphone, for example SIP, JINGLE... **/ -#ifndef _C_SAL_H_ -#define _C_SAL_H_ +#ifndef _L_C_SAL_H_ +#define _L_C_SAL_H_ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/c-wrapper/internal/c-tools.h b/src/c-wrapper/internal/c-tools.h index 3af30b92c..f5d579d67 100644 --- a/src/c-wrapper/internal/c-tools.h +++ b/src/c-wrapper/internal/c-tools.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _C_TOOLS_H_ -#define _C_TOOLS_H_ +#ifndef _L_C_TOOLS_H_ +#define _L_C_TOOLS_H_ #include @@ -812,4 +812,4 @@ LINPHONE_END_NAMESPACE #define L_GET_RESOLVED_CPP_LIST_FROM_C_LIST(C_LIST, C_TYPE) \ LinphonePrivate::Wrapper::getResolvedCppListFromCList(C_LIST) -#endif // ifndef _C_TOOLS_H_ +#endif // ifndef _L_C_TOOLS_H_ diff --git a/src/call/call-p.h b/src/call/call-p.h index ec6cd8e5c..fd3c94bd4 100644 --- a/src/call/call-p.h +++ b/src/call/call-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CALL_P_H_ -#define _CALL_P_H_ +#ifndef _L_CALL_P_H_ +#define _L_CALL_P_H_ #include "call.h" #include "conference/conference.h" @@ -124,4 +124,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CALL_P_H_ +#endif // ifndef _L_CALL_P_H_ diff --git a/src/call/call.h b/src/call/call.h index 5e22d3ce9..d668d133d 100644 --- a/src/call/call.h +++ b/src/call/call.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CALL_CALL_H_ -#define _CALL_CALL_H_ +#ifndef _L_CALL_CALL_H_ +#define _L_CALL_CALL_H_ #include "conference/params/media-session-params.h" #include "conference/session/call-session.h" @@ -134,4 +134,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CALL_CALL_H_ +#endif // ifndef _L_CALL_CALL_H_ diff --git a/src/call/local-conference-call-p.h b/src/call/local-conference-call-p.h index 895f89afe..6f42b3279 100644 --- a/src/call/local-conference-call-p.h +++ b/src/call/local-conference-call-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOCAL_CONFERENCE_CALL_P_H_ -#define _LOCAL_CONFERENCE_CALL_P_H_ +#ifndef _L_LOCAL_CONFERENCE_CALL_P_H_ +#define _L_LOCAL_CONFERENCE_CALL_P_H_ #include "call-p.h" #include "local-conference-call.h" @@ -39,4 +39,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _LOCAL_CONFERENCE_CALL_P_H_ +#endif // ifndef _L_LOCAL_CONFERENCE_CALL_P_H_ diff --git a/src/call/local-conference-call.h b/src/call/local-conference-call.h index 792cdf38f..a5c927c51 100644 --- a/src/call/local-conference-call.h +++ b/src/call/local-conference-call.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOCAL_CONFERENCE_CALL_H_ -#define _LOCAL_CONFERENCE_CALL_H_ +#ifndef _L_LOCAL_CONFERENCE_CALL_H_ +#define _L_LOCAL_CONFERENCE_CALL_H_ // From coreapi #include "private.h" @@ -58,4 +58,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _LOCAL_CONFERENCE_CALL_H_ +#endif // ifndef _L_LOCAL_CONFERENCE_CALL_H_ diff --git a/src/call/remote-conference-call-p.h b/src/call/remote-conference-call-p.h index 9a55f3e4d..7cc8c52e7 100644 --- a/src/call/remote-conference-call-p.h +++ b/src/call/remote-conference-call-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _REMOTE_CONFERENCE_CALL_P_H_ -#define _REMOTE_CONFERENCE_CALL_P_H_ +#ifndef _L_REMOTE_CONFERENCE_CALL_P_H_ +#define _L_REMOTE_CONFERENCE_CALL_P_H_ #include "call/call-p.h" #include "remote-conference-call.h" @@ -39,4 +39,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _REMOTE_CONFERENCE_CALL_P_H_ +#endif // ifndef _L_REMOTE_CONFERENCE_CALL_P_H_ diff --git a/src/call/remote-conference-call.h b/src/call/remote-conference-call.h index 069b54e2b..63b215040 100644 --- a/src/call/remote-conference-call.h +++ b/src/call/remote-conference-call.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _REMOTE_CONFERENCE_CALL_H_ -#define _REMOTE_CONFERENCE_CALL_H_ +#ifndef _L_REMOTE_CONFERENCE_CALL_H_ +#define _L_REMOTE_CONFERENCE_CALL_H_ #include "call/call.h" #include "conference/remote-conference.h" @@ -53,4 +53,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _REMOTE_CONFERENCE_CALL_H_ +#endif // ifndef _L_REMOTE_CONFERENCE_CALL_H_ diff --git a/src/chat/chat-message/chat-message-p.h b/src/chat/chat-message/chat-message-p.h index 74ca0ade7..399d66551 100644 --- a/src/chat/chat-message/chat-message-p.h +++ b/src/chat/chat-message/chat-message-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_MESSAGE_P_H_ -#define _CHAT_MESSAGE_P_H_ +#ifndef _L_CHAT_MESSAGE_P_H_ +#define _L_CHAT_MESSAGE_P_H_ #include @@ -171,4 +171,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CHAT_MESSAGE_P_H_ +#endif // ifndef _L_CHAT_MESSAGE_P_H_ diff --git a/src/chat/chat-message/chat-message.h b/src/chat/chat-message/chat-message.h index 6bef88c26..2a60f73be 100644 --- a/src/chat/chat-message/chat-message.h +++ b/src/chat/chat-message/chat-message.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_MESSAGE_H_ -#define _CHAT_MESSAGE_H_ +#ifndef _L_CHAT_MESSAGE_H_ +#define _L_CHAT_MESSAGE_H_ #include @@ -112,4 +112,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CHAT_MESSAGE_H_ +#endif // ifndef _L_CHAT_MESSAGE_H_ diff --git a/src/chat/chat-room/abstract-chat-room-p.h b/src/chat/chat-room/abstract-chat-room-p.h index ec51ab888..b478c1b16 100644 --- a/src/chat/chat-room/abstract-chat-room-p.h +++ b/src/chat/chat-room/abstract-chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ABSTRACT_CHAT_ROOM_P_H_ -#define _ABSTRACT_CHAT_ROOM_P_H_ +#ifndef _L_ABSTRACT_CHAT_ROOM_P_H_ +#define _L_ABSTRACT_CHAT_ROOM_P_H_ #include "abstract-chat-room.h" #include "chat/chat-room/chat-room-listener.h" @@ -53,4 +53,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _ABSTRACT_CHAT_ROOM_P_H_ +#endif // ifndef _L_ABSTRACT_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/abstract-chat-room.h b/src/chat/chat-room/abstract-chat-room.h index 63c42c4b5..251e1f106 100644 --- a/src/chat/chat-room/abstract-chat-room.h +++ b/src/chat/chat-room/abstract-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ABSTRACT_CHAT_ROOM_H_ -#define _ABSTRACT_CHAT_ROOM_H_ +#ifndef _L_ABSTRACT_CHAT_ROOM_H_ +#define _L_ABSTRACT_CHAT_ROOM_H_ #include "linphone/utils/enum-mask.h" @@ -101,4 +101,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ABSTRACT_CHAT_ROOM_H_ +#endif // ifndef _L_ABSTRACT_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/basic-chat-room-p.h b/src/chat/chat-room/basic-chat-room-p.h index e31863b6c..ec740bfd2 100644 --- a/src/chat/chat-room/basic-chat-room-p.h +++ b/src/chat/chat-room/basic-chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _BASIC_CHAT_ROOM_P_H_ -#define _BASIC_CHAT_ROOM_P_H_ +#ifndef _L_BASIC_CHAT_ROOM_P_H_ +#define _L_BASIC_CHAT_ROOM_P_H_ #include "basic-chat-room.h" #include "chat/chat-room/chat-room-p.h" @@ -40,4 +40,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _BASIC_CHAT_ROOM_P_H_ +#endif // ifndef _L_BASIC_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/basic-chat-room.h b/src/chat/chat-room/basic-chat-room.h index bf11ef9c1..b21b4020e 100644 --- a/src/chat/chat-room/basic-chat-room.h +++ b/src/chat/chat-room/basic-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _BASIC_CHAT_ROOM_H_ -#define _BASIC_CHAT_ROOM_H_ +#ifndef _L_BASIC_CHAT_ROOM_H_ +#define _L_BASIC_CHAT_ROOM_H_ #include "chat/chat-room/chat-room.h" @@ -72,4 +72,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _BASIC_CHAT_ROOM_H_ +#endif // ifndef _L_BASIC_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/basic-to-client-group-chat-room.h b/src/chat/chat-room/basic-to-client-group-chat-room.h index c222a3467..3d4f870f2 100644 --- a/src/chat/chat-room/basic-to-client-group-chat-room.h +++ b/src/chat/chat-room/basic-to-client-group-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _BASIC_TO_CLIENT_GROUP_CHAT_ROOM_H_ -#define _BASIC_TO_CLIENT_GROUP_CHAT_ROOM_H_ +#ifndef _L_BASIC_TO_CLIENT_GROUP_CHAT_ROOM_H_ +#define _L_BASIC_TO_CLIENT_GROUP_CHAT_ROOM_H_ #include "proxy-chat-room.h" @@ -50,4 +50,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _BASIC_TO_CLIENT_GROUP_CHAT_ROOM_H_ +#endif // ifndef _L_BASIC_TO_CLIENT_GROUP_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/chat-room-id.h b/src/chat/chat-room/chat-room-id.h index b496a3340..413cfde28 100644 --- a/src/chat/chat-room/chat-room-id.h +++ b/src/chat/chat-room/chat-room-id.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_ROOM_ID_H_ -#define _CHAT_ROOM_ID_H_ +#ifndef _L_CHAT_ROOM_ID_H_ +#define _L_CHAT_ROOM_ID_H_ #include "address/identity-address.h" @@ -63,4 +63,4 @@ namespace std { }; } -#endif // ifndef _CHAT_ROOM_ID_H_ +#endif // ifndef _L_CHAT_ROOM_ID_H_ diff --git a/src/chat/chat-room/chat-room-listener.h b/src/chat/chat-room/chat-room-listener.h index 27d58ea10..a40d98064 100644 --- a/src/chat/chat-room/chat-room-listener.h +++ b/src/chat/chat-room/chat-room-listener.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_ROOM_LISTENER_H_ -#define _CHAT_ROOM_LISTENER_H_ +#ifndef _L_CHAT_ROOM_LISTENER_H_ +#define _L_CHAT_ROOM_LISTENER_H_ #include @@ -39,4 +39,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _CHAT_ROOM_LISTENER_H_ +#endif // ifndef _L_CHAT_ROOM_LISTENER_H_ diff --git a/src/chat/chat-room/chat-room-p.h b/src/chat/chat-room/chat-room-p.h index 13b171c41..d431ec2ff 100644 --- a/src/chat/chat-room/chat-room-p.h +++ b/src/chat/chat-room/chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_ROOM_P_H_ -#define _CHAT_ROOM_P_H_ +#ifndef _L_CHAT_ROOM_P_H_ +#define _L_CHAT_ROOM_P_H_ #include @@ -86,4 +86,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CHAT_ROOM_P_H_ +#endif // ifndef _L_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/chat-room.h b/src/chat/chat-room/chat-room.h index 6b90553ea..5538fcf72 100644 --- a/src/chat/chat-room/chat-room.h +++ b/src/chat/chat-room/chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_ROOM_H_ -#define _CHAT_ROOM_H_ +#ifndef _L_CHAT_ROOM_H_ +#define _L_CHAT_ROOM_H_ #include "abstract-chat-room.h" @@ -81,4 +81,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CHAT_ROOM_H_ +#endif // ifndef _L_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/client-group-chat-room-p.h b/src/chat/chat-room/client-group-chat-room-p.h index ba1b63172..d4abe3501 100644 --- a/src/chat/chat-room/client-group-chat-room-p.h +++ b/src/chat/chat-room/client-group-chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CLIENT_GROUP_CHAT_ROOM_P_H_ -#define _CLIENT_GROUP_CHAT_ROOM_P_H_ +#ifndef _L_CLIENT_GROUP_CHAT_ROOM_P_H_ +#define _L_CLIENT_GROUP_CHAT_ROOM_P_H_ #include "chat/chat-room/chat-room-p.h" #include "client-group-chat-room.h" @@ -56,4 +56,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CLIENT_GROUP_CHAT_ROOM_P_H_ +#endif // ifndef _L_CLIENT_GROUP_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/client-group-chat-room.h b/src/chat/chat-room/client-group-chat-room.h index c7a57f4f5..48c541fbe 100644 --- a/src/chat/chat-room/client-group-chat-room.h +++ b/src/chat/chat-room/client-group-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CLIENT_GROUP_CHAT_ROOM_H_ -#define _CLIENT_GROUP_CHAT_ROOM_H_ +#ifndef _L_CLIENT_GROUP_CHAT_ROOM_H_ +#define _L_CLIENT_GROUP_CHAT_ROOM_H_ #include "chat/chat-room/chat-room.h" #include "conference/remote-conference.h" @@ -102,4 +102,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CLIENT_GROUP_CHAT_ROOM_H_ +#endif // ifndef _L_CLIENT_GROUP_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/client-group-to-basic-chat-room.h b/src/chat/chat-room/client-group-to-basic-chat-room.h index 94180ecdf..cb7cad3d3 100644 --- a/src/chat/chat-room/client-group-to-basic-chat-room.h +++ b/src/chat/chat-room/client-group-to-basic-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CLIENT_GROUP_TO_BASIC_CHAT_ROOM_H_ -#define _CLIENT_GROUP_TO_BASIC_CHAT_ROOM_H_ +#ifndef _L_CLIENT_GROUP_TO_BASIC_CHAT_ROOM_H_ +#define _L_CLIENT_GROUP_TO_BASIC_CHAT_ROOM_H_ #include "proxy-chat-room.h" @@ -50,4 +50,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CLIENT_GROUP_TO_BASIC_CHAT_ROOM_H_ +#endif // ifndef _L_CLIENT_GROUP_TO_BASIC_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/proxy-chat-room-p.h b/src/chat/chat-room/proxy-chat-room-p.h index 61d5273df..e8d98d15d 100644 --- a/src/chat/chat-room/proxy-chat-room-p.h +++ b/src/chat/chat-room/proxy-chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PROXY_CHAT_ROOM_P_H_ -#define _PROXY_CHAT_ROOM_P_H_ +#ifndef _L_PROXY_CHAT_ROOM_P_H_ +#define _L_PROXY_CHAT_ROOM_P_H_ #include "abstract-chat-room-p.h" @@ -73,4 +73,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _PROXY_CHAT_ROOM_P_H_ +#endif // ifndef _L_PROXY_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/proxy-chat-room.h b/src/chat/chat-room/proxy-chat-room.h index 368dbf9ff..435561877 100644 --- a/src/chat/chat-room/proxy-chat-room.h +++ b/src/chat/chat-room/proxy-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PROXY_CHAT_ROOM_H_ -#define _PROXY_CHAT_ROOM_H_ +#ifndef _L_PROXY_CHAT_ROOM_H_ +#define _L_PROXY_CHAT_ROOM_H_ #include "abstract-chat-room.h" @@ -116,4 +116,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _PROXY_CHAT_ROOM_H_ +#endif // ifndef _L_PROXY_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/real-time-text-chat-room-p.h b/src/chat/chat-room/real-time-text-chat-room-p.h index 4e1142340..d60219581 100644 --- a/src/chat/chat-room/real-time-text-chat-room-p.h +++ b/src/chat/chat-room/real-time-text-chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _REAL_TIME_TEXT_CHAT_ROOM_P_H_ -#define _REAL_TIME_TEXT_CHAT_ROOM_P_H_ +#ifndef _L_REAL_TIME_TEXT_CHAT_ROOM_P_H_ +#define _L_REAL_TIME_TEXT_CHAT_ROOM_P_H_ #include "chat/chat-room/basic-chat-room-p.h" #include "chat/chat-room/real-time-text-chat-room.h" @@ -45,4 +45,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _REAL_TIME_TEXT_CHAT_ROOM_P_H_ +#endif // ifndef _L_REAL_TIME_TEXT_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/real-time-text-chat-room.h b/src/chat/chat-room/real-time-text-chat-room.h index 216c52113..a4950d548 100644 --- a/src/chat/chat-room/real-time-text-chat-room.h +++ b/src/chat/chat-room/real-time-text-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _REAL_TIME_TEXT_CHAT_ROOM_H_ -#define _REAL_TIME_TEXT_CHAT_ROOM_H_ +#ifndef _L_REAL_TIME_TEXT_CHAT_ROOM_H_ +#define _L_REAL_TIME_TEXT_CHAT_ROOM_H_ #include "chat/chat-room/basic-chat-room.h" @@ -46,4 +46,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _REAL_TIME_TEXT_CHAT_ROOM_H_ +#endif // ifndef _L_REAL_TIME_TEXT_CHAT_ROOM_H_ diff --git a/src/chat/chat-room/server-group-chat-room-p.h b/src/chat/chat-room/server-group-chat-room-p.h index 15ef5f264..db946d784 100644 --- a/src/chat/chat-room/server-group-chat-room-p.h +++ b/src/chat/chat-room/server-group-chat-room-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SERVER_GROUP_CHAT_ROOM_P_H_ -#define _SERVER_GROUP_CHAT_ROOM_P_H_ +#ifndef _L_SERVER_GROUP_CHAT_ROOM_P_H_ +#define _L_SERVER_GROUP_CHAT_ROOM_P_H_ #include "chat-room-p.h" #include "server-group-chat-room.h" @@ -75,4 +75,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SERVER_GROUP_CHAT_ROOM_P_H_ +#endif // ifndef _L_SERVER_GROUP_CHAT_ROOM_P_H_ diff --git a/src/chat/chat-room/server-group-chat-room.h b/src/chat/chat-room/server-group-chat-room.h index b6f8d5f76..c86656cd0 100644 --- a/src/chat/chat-room/server-group-chat-room.h +++ b/src/chat/chat-room/server-group-chat-room.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SERVER_GROUP_CHAT_ROOM_H_ -#define _SERVER_GROUP_CHAT_ROOM_H_ +#ifndef _L_SERVER_GROUP_CHAT_ROOM_H_ +#define _L_SERVER_GROUP_CHAT_ROOM_H_ #include "chat/chat-room/chat-room.h" #include "conference/local-conference.h" @@ -82,4 +82,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SERVER_GROUP_CHAT_ROOM_H_ +#endif // ifndef _L_SERVER_GROUP_CHAT_ROOM_H_ diff --git a/src/chat/cpim/cpim.h b/src/chat/cpim/cpim.h index 6cadc92ed..cf3124084 100644 --- a/src/chat/cpim/cpim.h +++ b/src/chat/cpim/cpim.h @@ -17,11 +17,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_H_ -#define _CPIM_H_ +#ifndef _L_CPIM_H_ +#define _L_CPIM_H_ #include "message/cpim-message.h" // ============================================================================= -#endif // ifndef _CPIM_H_ +#endif // ifndef _L_CPIM_H_ diff --git a/src/chat/cpim/header/cpim-core-headers.h b/src/chat/cpim/header/cpim-core-headers.h index deb052958..274f7edc9 100644 --- a/src/chat/cpim/header/cpim-core-headers.h +++ b/src/chat/cpim/header/cpim-core-headers.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_CORE_HEADERS_H_ -#define _CPIM_CORE_HEADERS_H_ +#ifndef _L_CPIM_CORE_HEADERS_H_ +#define _L_CPIM_CORE_HEADERS_H_ #include "cpim-header.h" @@ -112,4 +112,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_CORE_HEADERS_H_ +#endif // ifndef _L_CPIM_CORE_HEADERS_H_ diff --git a/src/chat/cpim/header/cpim-generic-header.h b/src/chat/cpim/header/cpim-generic-header.h index b2cdcaf6b..92666b99a 100644 --- a/src/chat/cpim/header/cpim-generic-header.h +++ b/src/chat/cpim/header/cpim-generic-header.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_GENERIC_HEADER_H_ -#define _CPIM_GENERIC_HEADER_H_ +#ifndef _L_CPIM_GENERIC_HEADER_H_ +#define _L_CPIM_GENERIC_HEADER_H_ #include #include @@ -65,4 +65,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_GENERIC_HEADER_H_ +#endif // ifndef _L_CPIM_GENERIC_HEADER_H_ diff --git a/src/chat/cpim/header/cpim-header-p.h b/src/chat/cpim/header/cpim-header-p.h index b0bc61753..25403c3d0 100644 --- a/src/chat/cpim/header/cpim-header-p.h +++ b/src/chat/cpim/header/cpim-header-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_HEADER_P_H_ -#define _CPIM_HEADER_P_H_ +#ifndef _L_CPIM_HEADER_P_H_ +#define _L_CPIM_HEADER_P_H_ #include "cpim-header.h" #include "object/object-p.h" @@ -41,4 +41,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_HEADER_P_H_ +#endif // ifndef _L_CPIM_HEADER_P_H_ diff --git a/src/chat/cpim/header/cpim-header.h b/src/chat/cpim/header/cpim-header.h index 192b9034a..d834266cb 100644 --- a/src/chat/cpim/header/cpim-header.h +++ b/src/chat/cpim/header/cpim-header.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_HEADER_H_ -#define _CPIM_HEADER_H_ +#ifndef _L_CPIM_HEADER_H_ +#define _L_CPIM_HEADER_H_ #include "object/object.h" @@ -53,4 +53,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_HEADER_H_ +#endif // ifndef _L_CPIM_HEADER_H_ diff --git a/src/chat/cpim/message/cpim-message.h b/src/chat/cpim/message/cpim-message.h index 78a6ef501..7fc9b3d56 100644 --- a/src/chat/cpim/message/cpim-message.h +++ b/src/chat/cpim/message/cpim-message.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_MESSAGE_H_ -#define _CPIM_MESSAGE_H_ +#ifndef _L_CPIM_MESSAGE_H_ +#define _L_CPIM_MESSAGE_H_ #include "chat/cpim/header/cpim-core-headers.h" #include "chat/cpim/header/cpim-generic-header.h" @@ -65,4 +65,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_MESSAGE_H_ +#endif // ifndef _L_CPIM_MESSAGE_H_ diff --git a/src/chat/cpim/parser/cpim-grammar.h b/src/chat/cpim/parser/cpim-grammar.h index 3516a2dae..0f261a885 100644 --- a/src/chat/cpim/parser/cpim-grammar.h +++ b/src/chat/cpim/parser/cpim-grammar.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_GRAMMAR_H_ -#define _CPIM_GRAMMAR_H_ +#ifndef _L_CPIM_GRAMMAR_H_ +#define _L_CPIM_GRAMMAR_H_ #include "linphone/utils/general.h" @@ -32,4 +32,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_GRAMMAR_H_ +#endif // ifndef _L_CPIM_GRAMMAR_H_ diff --git a/src/chat/cpim/parser/cpim-parser.h b/src/chat/cpim/parser/cpim-parser.h index c5e0ffb4a..6226e2a7e 100644 --- a/src/chat/cpim/parser/cpim-parser.h +++ b/src/chat/cpim/parser/cpim-parser.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_PARSER_H_ -#define _CPIM_PARSER_H_ +#ifndef _L_CPIM_PARSER_H_ +#define _L_CPIM_PARSER_H_ #include "chat/cpim/message/cpim-message.h" #include "object/singleton.h" @@ -85,4 +85,4 @@ namespace Cpim { LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_PARSER_H_ +#endif // ifndef _L_CPIM_PARSER_H_ diff --git a/src/chat/modifier/chat-message-modifier.h b/src/chat/modifier/chat-message-modifier.h index c853fd5ae..cd369365f 100644 --- a/src/chat/modifier/chat-message-modifier.h +++ b/src/chat/modifier/chat-message-modifier.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_MESSAGE_MODIFIER_H_ -#define _CHAT_MESSAGE_MODIFIER_H_ +#ifndef _L_CHAT_MESSAGE_MODIFIER_H_ +#define _L_CHAT_MESSAGE_MODIFIER_H_ #include "object/object.h" @@ -55,4 +55,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_CHAT_MESSAGE_MODIFIER_H_ +#endif // ifndef _L_CPIM_CHAT_MESSAGE_MODIFIER_H_ diff --git a/src/chat/modifier/cpim-chat-message-modifier.h b/src/chat/modifier/cpim-chat-message-modifier.h index 2b7488518..1ad05821a 100644 --- a/src/chat/modifier/cpim-chat-message-modifier.h +++ b/src/chat/modifier/cpim-chat-message-modifier.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CPIM_CHAT_MESSAGE_MODIFIER_H_ -#define _CPIM_CHAT_MESSAGE_MODIFIER_H_ +#ifndef _L_CPIM_CHAT_MESSAGE_MODIFIER_H_ +#define _L_CPIM_CHAT_MESSAGE_MODIFIER_H_ #include "chat-message-modifier.h" @@ -39,4 +39,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CPIM_CHAT_MESSAGE_MODIFIER_H_ +#endif // ifndef _L_CPIM_CHAT_MESSAGE_MODIFIER_H_ diff --git a/src/chat/modifier/encryption-chat-message-modifier.h b/src/chat/modifier/encryption-chat-message-modifier.h index 6b17c9b5f..5fe6004df 100644 --- a/src/chat/modifier/encryption-chat-message-modifier.h +++ b/src/chat/modifier/encryption-chat-message-modifier.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ENCRYPTION_CHAT_MESSAGE_MODIFIER_H_ -#define _ENCRYPTION_CHAT_MESSAGE_MODIFIER_H_ +#ifndef _L_ENCRYPTION_CHAT_MESSAGE_MODIFIER_H_ +#define _L_ENCRYPTION_CHAT_MESSAGE_MODIFIER_H_ #include "chat-message-modifier.h" @@ -36,4 +36,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _ENCRYPTION_CHAT_MESSAGE_MODIFIER_H_ +#endif // ifndef _L_ENCRYPTION_CHAT_MESSAGE_MODIFIER_H_ diff --git a/src/chat/modifier/file-transfer-chat-message-modifier.h b/src/chat/modifier/file-transfer-chat-message-modifier.h index ba758a2d9..5bae5e7f2 100644 --- a/src/chat/modifier/file-transfer-chat-message-modifier.h +++ b/src/chat/modifier/file-transfer-chat-message-modifier.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _FILE_TRANSFER_CHAT_MESSAGE_MODIFIER_H_ -#define _FILE_TRANSFER_CHAT_MESSAGE_MODIFIER_H_ +#ifndef _L_FILE_TRANSFER_CHAT_MESSAGE_MODIFIER_H_ +#define _L_FILE_TRANSFER_CHAT_MESSAGE_MODIFIER_H_ #include @@ -80,4 +80,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _FILE_TRANSFER_CHAT_MESSAGE_MODIFIER_H_ +#endif // ifndef _L_FILE_TRANSFER_CHAT_MESSAGE_MODIFIER_H_ diff --git a/src/chat/modifier/multipart-chat-message-modifier.h b/src/chat/modifier/multipart-chat-message-modifier.h index dd6328a22..e9f8f61a3 100644 --- a/src/chat/modifier/multipart-chat-message-modifier.h +++ b/src/chat/modifier/multipart-chat-message-modifier.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MULTIPART_CHAT_MESSAGE_MODIFIER_H_ -#define _MULTIPART_CHAT_MESSAGE_MODIFIER_H_ +#ifndef _L_MULTIPART_CHAT_MESSAGE_MODIFIER_H_ +#define _L_MULTIPART_CHAT_MESSAGE_MODIFIER_H_ #include "chat-message-modifier.h" @@ -36,4 +36,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _MULTIPART_CHAT_MESSAGE_MODIFIER_H_ +#endif // ifndef _L_MULTIPART_CHAT_MESSAGE_MODIFIER_H_ diff --git a/src/chat/notification/imdn.h b/src/chat/notification/imdn.h index de89edb6c..0ffbcc11a 100644 --- a/src/chat/notification/imdn.h +++ b/src/chat/notification/imdn.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _IMDN_H_ -#define _IMDN_H_ +#ifndef _L_IMDN_H_ +#define _L_IMDN_H_ #include "linphone/utils/general.h" @@ -49,4 +49,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _IMDN_H_ +#endif // ifndef _L_IMDN_H_ diff --git a/src/chat/notification/is-composing-listener.h b/src/chat/notification/is-composing-listener.h index 0097bc29f..b2dd382e7 100644 --- a/src/chat/notification/is-composing-listener.h +++ b/src/chat/notification/is-composing-listener.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _IS_COMPOSING_LISTENER_H_ -#define _IS_COMPOSING_LISTENER_H_ +#ifndef _L_IS_COMPOSING_LISTENER_H_ +#define _L_IS_COMPOSING_LISTENER_H_ #include "linphone/utils/general.h" @@ -39,4 +39,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _IS_COMPOSING_LISTENER_H_ +#endif // ifndef _L_IS_COMPOSING_LISTENER_H_ diff --git a/src/chat/notification/is-composing.h b/src/chat/notification/is-composing.h index c5d29fbbd..11e34819e 100644 --- a/src/chat/notification/is-composing.h +++ b/src/chat/notification/is-composing.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _IS_COMPOSING_H_ -#define _IS_COMPOSING_H_ +#ifndef _L_IS_COMPOSING_H_ +#define _L_IS_COMPOSING_H_ #include @@ -78,4 +78,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _IS_COMPOSING_H_ +#endif // ifndef _L_IS_COMPOSING_H_ diff --git a/src/conference/conference-interface.h b/src/conference/conference-interface.h index b1f660366..68baba738 100644 --- a/src/conference/conference-interface.h +++ b/src/conference/conference-interface.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_INTERFACE_H_ -#define _CONFERENCE_INTERFACE_H_ +#ifndef _L_CONFERENCE_INTERFACE_H_ +#define _L_CONFERENCE_INTERFACE_H_ #include #include @@ -64,4 +64,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_INTERFACE_H_ +#endif // ifndef _L_CONFERENCE_INTERFACE_H_ diff --git a/src/conference/conference-listener.h b/src/conference/conference-listener.h index e6e6ab402..0e25c430d 100644 --- a/src/conference/conference-listener.h +++ b/src/conference/conference-listener.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_LISTENER_H_ -#define _CONFERENCE_LISTENER_H_ +#ifndef _L_CONFERENCE_LISTENER_H_ +#define _L_CONFERENCE_LISTENER_H_ #include #include @@ -48,4 +48,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_LISTENER_H_ +#endif // ifndef _L_CONFERENCE_LISTENER_H_ diff --git a/src/conference/conference-p.h b/src/conference/conference-p.h index 15f78d08d..15c95819e 100644 --- a/src/conference/conference-p.h +++ b/src/conference/conference-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_P_H_ -#define _CONFERENCE_P_H_ +#ifndef _L_CONFERENCE_P_H_ +#define _L_CONFERENCE_P_H_ #include "address/identity-address.h" #include "conference.h" @@ -50,4 +50,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_P_H_ +#endif // ifndef _L_CONFERENCE_P_H_ diff --git a/src/conference/conference.h b/src/conference/conference.h index af693fe83..080eb75ee 100644 --- a/src/conference/conference.h +++ b/src/conference/conference.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_H_ -#define _CONFERENCE_H_ +#ifndef _L_CONFERENCE_H_ +#define _L_CONFERENCE_H_ #include "linphone/types.h" @@ -82,4 +82,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_H_ +#endif // ifndef _L_CONFERENCE_H_ diff --git a/src/conference/handlers/local-conference-event-handler-p.h b/src/conference/handlers/local-conference-event-handler-p.h index 54ee0b697..a700acb69 100644 --- a/src/conference/handlers/local-conference-event-handler-p.h +++ b/src/conference/handlers/local-conference-event-handler-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOCAL_CONFERENCE_EVENT_HANDLER_P_H_ -#define _LOCAL_CONFERENCE_EVENT_HANDLER_P_H_ +#ifndef _L_LOCAL_CONFERENCE_EVENT_HANDLER_P_H_ +#define _L_LOCAL_CONFERENCE_EVENT_HANDLER_P_H_ #include @@ -64,4 +64,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _LOCAL_CONFERENCE_EVENT_HANDLER_P_H_ +#endif // ifndef _L_LOCAL_CONFERENCE_EVENT_HANDLER_P_H_ diff --git a/src/conference/handlers/local-conference-event-handler.h b/src/conference/handlers/local-conference-event-handler.h index 3e6aef9b1..add09c953 100644 --- a/src/conference/handlers/local-conference-event-handler.h +++ b/src/conference/handlers/local-conference-event-handler.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOCAL_CONFERENCE_EVENT_HANDLER_H_ -#define _LOCAL_CONFERENCE_EVENT_HANDLER_H_ +#ifndef _L_LOCAL_CONFERENCE_EVENT_HANDLER_H_ +#define _L_LOCAL_CONFERENCE_EVENT_HANDLER_H_ #include @@ -62,4 +62,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _LOCAL_CONFERENCE_EVENT_HANDLER_H_ +#endif // ifndef _L_LOCAL_CONFERENCE_EVENT_HANDLER_H_ diff --git a/src/conference/handlers/remote-conference-event-handler-p.h b/src/conference/handlers/remote-conference-event-handler-p.h index b949a5b42..cef4e3e16 100644 --- a/src/conference/handlers/remote-conference-event-handler-p.h +++ b/src/conference/handlers/remote-conference-event-handler-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _REMOTE_CONFERENCE_EVENT_HANDLER_P_H_ -#define _REMOTE_CONFERENCE_EVENT_HANDLER_P_H_ +#ifndef _L_REMOTE_CONFERENCE_EVENT_HANDLER_P_H_ +#define _L_REMOTE_CONFERENCE_EVENT_HANDLER_P_H_ #include "linphone/types.h" @@ -54,4 +54,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _REMOTE_CONFERENCE_EVENT_HANDLER_P_H_ +#endif // ifndef _L_REMOTE_CONFERENCE_EVENT_HANDLER_P_H_ diff --git a/src/conference/handlers/remote-conference-event-handler.h b/src/conference/handlers/remote-conference-event-handler.h index 2074d0539..06c85b881 100644 --- a/src/conference/handlers/remote-conference-event-handler.h +++ b/src/conference/handlers/remote-conference-event-handler.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _REMOTE_CONFERENCE_EVENT_HANDLER_H_ -#define _REMOTE_CONFERENCE_EVENT_HANDLER_H_ +#ifndef _L_REMOTE_CONFERENCE_EVENT_HANDLER_H_ +#define _L_REMOTE_CONFERENCE_EVENT_HANDLER_H_ #include "object/object.h" @@ -53,4 +53,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _REMOTE_CONFERENCE_EVENT_HANDLER_H_ +#endif // ifndef _L_REMOTE_CONFERENCE_EVENT_HANDLER_H_ diff --git a/src/conference/local-conference-p.h b/src/conference/local-conference-p.h index 3ae543efb..a06ce14f4 100644 --- a/src/conference/local-conference-p.h +++ b/src/conference/local-conference-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOCAL_CONFERENCE_P_H_ -#define _LOCAL_CONFERENCE_P_H_ +#ifndef _L_LOCAL_CONFERENCE_P_H_ +#define _L_LOCAL_CONFERENCE_P_H_ #include "conference-p.h" #include "local-conference.h" @@ -39,4 +39,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _LOCAL_CONFERENCE_P_H_ +#endif // ifndef _L_LOCAL_CONFERENCE_P_H_ diff --git a/src/conference/local-conference.h b/src/conference/local-conference.h index c7984f101..27fa24366 100644 --- a/src/conference/local-conference.h +++ b/src/conference/local-conference.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOCAL_CONFERENCE_H_ -#define _LOCAL_CONFERENCE_H_ +#ifndef _L_LOCAL_CONFERENCE_H_ +#define _L_LOCAL_CONFERENCE_H_ #include "conference.h" @@ -48,4 +48,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _LOCAL_CONFERENCE_H_ +#endif // ifndef _L_LOCAL_CONFERENCE_H_ diff --git a/src/conference/params/call-session-params-p.h b/src/conference/params/call-session-params-p.h index 3d63c8233..d5972c4ce 100644 --- a/src/conference/params/call-session-params-p.h +++ b/src/conference/params/call-session-params-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CALL_SESSION_PARAMS_P_H_ -#define _CALL_SESSION_PARAMS_P_H_ +#ifndef _L_CALL_SESSION_PARAMS_P_H_ +#define _L_CALL_SESSION_PARAMS_P_H_ #include @@ -71,4 +71,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CALL_SESSION_PARAMS_P_H_ +#endif // ifndef _L_CALL_SESSION_PARAMS_P_H_ diff --git a/src/conference/params/call-session-params.h b/src/conference/params/call-session-params.h index d98dc6f49..6f203e3d3 100644 --- a/src/conference/params/call-session-params.h +++ b/src/conference/params/call-session-params.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CALL_SESSION_PARAMS_H_ -#define _CALL_SESSION_PARAMS_H_ +#ifndef _L_CALL_SESSION_PARAMS_H_ +#define _L_CALL_SESSION_PARAMS_H_ #include @@ -72,4 +72,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CALL_SESSION_PARAMS_H_ +#endif // ifndef _L_CALL_SESSION_PARAMS_H_ diff --git a/src/conference/params/media-session-params-p.h b/src/conference/params/media-session-params-p.h index f9621df0c..af1a0a97c 100644 --- a/src/conference/params/media-session-params-p.h +++ b/src/conference/params/media-session-params-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MEDIA_SESSION_PARAMS_P_H_ -#define _MEDIA_SESSION_PARAMS_P_H_ +#ifndef _L_MEDIA_SESSION_PARAMS_P_H_ +#define _L_MEDIA_SESSION_PARAMS_P_H_ #include @@ -119,4 +119,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MEDIA_SESSION_PARAMS_P_H_ +#endif // ifndef _L_MEDIA_SESSION_PARAMS_P_H_ diff --git a/src/conference/params/media-session-params.h b/src/conference/params/media-session-params.h index 630c69123..567371404 100644 --- a/src/conference/params/media-session-params.h +++ b/src/conference/params/media-session-params.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MEDIA_SESSION_PARAMS_H_ -#define _MEDIA_SESSION_PARAMS_H_ +#ifndef _L_MEDIA_SESSION_PARAMS_H_ +#define _L_MEDIA_SESSION_PARAMS_H_ #include @@ -110,4 +110,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MEDIA_SESSION_PARAMS_H_ +#endif // ifndef _L_MEDIA_SESSION_PARAMS_H_ diff --git a/src/conference/participant-device.h b/src/conference/participant-device.h index 5110fe48f..6cb24eda6 100644 --- a/src/conference/participant-device.h +++ b/src/conference/participant-device.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PARTICIPANT_DEVICE_H_ -#define _PARTICIPANT_DEVICE_H_ +#ifndef _L_PARTICIPANT_DEVICE_H_ +#define _L_PARTICIPANT_DEVICE_H_ #include #include @@ -61,4 +61,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _PARTICIPANT_DEVICE_H_ +#endif // ifndef _L_PARTICIPANT_DEVICE_H_ diff --git a/src/conference/participant-p.h b/src/conference/participant-p.h index afc8e66b0..7a252e86f 100644 --- a/src/conference/participant-p.h +++ b/src/conference/participant-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PARTICIPANT_P_H_ -#define _PARTICIPANT_P_H_ +#ifndef _L_PARTICIPANT_P_H_ +#define _L_PARTICIPANT_P_H_ #include @@ -59,4 +59,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _PARTICIPANT_P_H_ +#endif // ifndef _L_PARTICIPANT_P_H_ diff --git a/src/conference/participant.h b/src/conference/participant.h index 4f1cbfa62..a956c3688 100644 --- a/src/conference/participant.h +++ b/src/conference/participant.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PARTICIPANT_H_ -#define _PARTICIPANT_H_ +#ifndef _L_PARTICIPANT_H_ +#define _L_PARTICIPANT_H_ #include @@ -71,4 +71,4 @@ std::ostream & operator<< (std::ostream &strm, const std::shared_ptr @@ -338,4 +338,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MEDIA_SESSION_P_H_ +#endif // ifndef _L_MEDIA_SESSION_P_H_ diff --git a/src/conference/session/media-session.h b/src/conference/session/media-session.h index 2a78b7d2e..eb2d7da9d 100644 --- a/src/conference/session/media-session.h +++ b/src/conference/session/media-session.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MEDIA_SESSION_H_ -#define _MEDIA_SESSION_H_ +#ifndef _L_MEDIA_SESSION_H_ +#define _L_MEDIA_SESSION_H_ #include "call-session.h" #include "conference/params/media-session-params.h" @@ -112,4 +112,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MEDIA_SESSION_H_ +#endif // ifndef _L_MEDIA_SESSION_H_ diff --git a/src/conference/session/port-config.h b/src/conference/session/port-config.h index c7a055357..97ee5b10f 100644 --- a/src/conference/session/port-config.h +++ b/src/conference/session/port-config.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PORT_CONFIG_H_ -#define _PORT_CONFIG_H_ +#ifndef _L_PORT_CONFIG_H_ +#define _L_PORT_CONFIG_H_ #include @@ -35,4 +35,4 @@ struct PortConfig { LINPHONE_END_NAMESPACE -#endif // ifndef _PORT_CONFIG_H_ +#endif // ifndef _L_PORT_CONFIG_H_ diff --git a/src/content/content-manager.h b/src/content/content-manager.h index a7b2b97b0..cd1a6aedf 100644 --- a/src/content/content-manager.h +++ b/src/content/content-manager.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONTENT_MANAGER_H_ -#define _CONTENT_MANAGER_H_ +#ifndef _L_CONTENT_MANAGER_H_ +#define _L_CONTENT_MANAGER_H_ #include @@ -37,4 +37,4 @@ namespace ContentManager { LINPHONE_END_NAMESPACE -#endif // ifndef _CONTENT_MANAGER_H_ +#endif // ifndef _L_CONTENT_MANAGER_H_ diff --git a/src/content/content-p.h b/src/content/content-p.h index c5685c297..083362a2a 100644 --- a/src/content/content-p.h +++ b/src/content/content-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONTENT_P_H_ -#define _CONTENT_P_H_ +#ifndef _L_CONTENT_P_H_ +#define _L_CONTENT_P_H_ #include @@ -41,4 +41,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONTENT_P_H_ +#endif // ifndef _L_CONTENT_P_H_ diff --git a/src/content/content-type.h b/src/content/content-type.h index 8da5f1cb5..a4f5fcad8 100644 --- a/src/content/content-type.h +++ b/src/content/content-type.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONTENT_TYPE_H_ -#define _CONTENT_TYPE_H_ +#ifndef _L_CONTENT_TYPE_H_ +#define _L_CONTENT_TYPE_H_ #include "object/clonable-object.h" @@ -79,4 +79,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONTENT_TYPE_H_ +#endif // ifndef _L_CONTENT_TYPE_H_ diff --git a/src/content/content.h b/src/content/content.h index 8e38b22c2..4f784150e 100644 --- a/src/content/content.h +++ b/src/content/content.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONTENT_H_ -#define _CONTENT_H_ +#ifndef _L_CONTENT_H_ +#define _L_CONTENT_H_ #include @@ -81,4 +81,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONTENT_H_ +#endif // ifndef _L_CONTENT_H_ diff --git a/src/content/file-content.h b/src/content/file-content.h index 693e69b03..395dfee6a 100644 --- a/src/content/file-content.h +++ b/src/content/file-content.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _FILE_CONTENT_H_ -#define _FILE_CONTENT_H_ +#ifndef _L_FILE_CONTENT_H_ +#define _L_FILE_CONTENT_H_ #include "content.h" @@ -57,4 +57,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _FILE_CONTENT_H_ +#endif // ifndef _L_FILE_CONTENT_H_ diff --git a/src/content/file-transfer-content.h b/src/content/file-transfer-content.h index fae9e2e09..26b3daec2 100644 --- a/src/content/file-transfer-content.h +++ b/src/content/file-transfer-content.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _FILE_TRANSFER_CONTENT_H_ -#define _FILE_TRANSFER_CONTENT_H_ +#ifndef _L_FILE_TRANSFER_CONTENT_H_ +#define _L_FILE_TRANSFER_CONTENT_H_ #include "content.h" @@ -64,4 +64,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _FILE_TRANSFER_CONTENT_H_ +#endif // ifndef _L_FILE_TRANSFER_CONTENT_H_ diff --git a/src/core/core-accessor.h b/src/core/core-accessor.h index cb5ff623b..897e4fa5c 100644 --- a/src/core/core-accessor.h +++ b/src/core/core-accessor.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CORE_ACCESSOR_H_ -#define _CORE_ACCESSOR_H_ +#ifndef _L_CORE_ACCESSOR_H_ +#define _L_CORE_ACCESSOR_H_ #include @@ -51,4 +51,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CORE_ACCESSOR_H_ +#endif // ifndef _L_CORE_ACCESSOR_H_ diff --git a/src/core/core-listener.h b/src/core/core-listener.h index 1f69a5d86..4c55f0d36 100644 --- a/src/core/core-listener.h +++ b/src/core/core-listener.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CORE_LISTENER_H_ -#define _CORE_LISTENER_H_ +#ifndef _L_CORE_LISTENER_H_ +#define _L_CORE_LISTENER_H_ #include "linphone/types.h" @@ -36,4 +36,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _CORE_LISTENER_H_ +#endif // ifndef _L_CORE_LISTENER_H_ diff --git a/src/core/core-p.h b/src/core/core-p.h index c87e1c70d..aa035cbde 100644 --- a/src/core/core-p.h +++ b/src/core/core-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CORE_P_H_ -#define _CORE_P_H_ +#ifndef _L_CORE_P_H_ +#define _L_CORE_P_H_ #include "chat/chat-room/abstract-chat-room.h" #include "core.h" @@ -79,4 +79,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CORE_P_H_ +#endif // ifndef _L_CORE_P_H_ diff --git a/src/core/core.h b/src/core/core.h index f078b4fd1..25ced3391 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CORE_H_ -#define _CORE_H_ +#ifndef _L_CORE_H_ +#define _L_CORE_H_ #include @@ -131,4 +131,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CORE_H_ +#endif // ifndef _L_CORE_H_ diff --git a/src/core/paths/paths-android.h b/src/core/paths/paths-android.h index f4ac148cc..5bb830b3b 100644 --- a/src/core/paths/paths-android.h +++ b/src/core/paths/paths-android.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PATHS_ANDROID_H_ -#define _PATHS_ANDROID_H_ +#ifndef _L_PATHS_ANDROID_H_ +#define _L_PATHS_ANDROID_H_ #include @@ -37,4 +37,4 @@ namespace SysPaths { LINPHONE_END_NAMESPACE -#endif // ifndef _PATHS_ANDROID_H_ +#endif // ifndef _L_PATHS_ANDROID_H_ diff --git a/src/core/paths/paths-apple.h b/src/core/paths/paths-apple.h index f7942e646..3a58d6991 100644 --- a/src/core/paths/paths-apple.h +++ b/src/core/paths/paths-apple.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PATHS_APPLE_H_ -#define _PATHS_APPLE_H_ +#ifndef _L_PATHS_APPLE_H_ +#define _L_PATHS_APPLE_H_ #include @@ -37,4 +37,4 @@ namespace SysPaths { LINPHONE_END_NAMESPACE -#endif // ifndef _PATHS_APPLE_H_ +#endif // ifndef _L_PATHS_APPLE_H_ diff --git a/src/core/paths/paths-linux.h b/src/core/paths/paths-linux.h index c2fd0a117..c50d802bc 100644 --- a/src/core/paths/paths-linux.h +++ b/src/core/paths/paths-linux.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PATHS_LINUX_H_ -#define _PATHS_LINUX_H_ +#ifndef _L_PATHS_LINUX_H_ +#define _L_PATHS_LINUX_H_ #include @@ -37,4 +37,4 @@ namespace SysPaths { LINPHONE_END_NAMESPACE -#endif // ifndef _PATHS_LINUX_H_ +#endif // ifndef _L_PATHS_LINUX_H_ diff --git a/src/core/paths/paths-windows.h b/src/core/paths/paths-windows.h index 80b4aa5b3..39886ccb1 100644 --- a/src/core/paths/paths-windows.h +++ b/src/core/paths/paths-windows.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PATHS_WINDOWS_H_ -#define _PATHS_WINDOWS_H_ +#ifndef _L_PATHS_WINDOWS_H_ +#define _L_PATHS_WINDOWS_H_ #include @@ -37,4 +37,4 @@ namespace SysPaths { LINPHONE_END_NAMESPACE -#endif // ifndef _PATHS_WINDOWS_H_ +#endif // ifndef _L_PATHS_WINDOWS_H_ diff --git a/src/core/paths/paths.h b/src/core/paths/paths.h index c54a40893..079b5e86e 100644 --- a/src/core/paths/paths.h +++ b/src/core/paths/paths.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PATHS_H_ -#define _PATHS_H_ +#ifndef _L_PATHS_H_ +#define _L_PATHS_H_ #include @@ -40,4 +40,4 @@ namespace Paths { LINPHONE_END_NAMESPACE -#endif // ifndef _PATHS_H_ +#endif // ifndef _L_PATHS_H_ diff --git a/src/core/platform-helpers/platform-helpers.h b/src/core/platform-helpers/platform-helpers.h index e41bf9fae..8c836d19d 100644 --- a/src/core/platform-helpers/platform-helpers.h +++ b/src/core/platform-helpers/platform-helpers.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PLATFORM_HELPERS_H_ -#define _PLATFORM_HELPERS_H_ +#ifndef _L_PLATFORM_HELPERS_H_ +#define _L_PLATFORM_HELPERS_H_ #include @@ -75,4 +75,4 @@ PlatformHelpers *createAndroidPlatformHelpers (LinphoneCore *lc, void *systemCon LINPHONE_END_NAMESPACE -#endif // indef _PLATFORM_HELPERS_H_ +#endif // indef _L_PLATFORM_HELPERS_H_ diff --git a/src/db/abstract/abstract-db-p.h b/src/db/abstract/abstract-db-p.h index ce0887118..423be0065 100644 --- a/src/db/abstract/abstract-db-p.h +++ b/src/db/abstract/abstract-db-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ABSTRACT_DB_P_H_ -#define _ABSTRACT_DB_P_H_ +#ifndef _L_ABSTRACT_DB_P_H_ +#define _L_ABSTRACT_DB_P_H_ #include "abstract-db.h" #include "db/session/db-session.h" @@ -42,4 +42,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ABSTRACT_DB_P_H_ +#endif // ifndef _L_ABSTRACT_DB_P_H_ diff --git a/src/db/abstract/abstract-db.h b/src/db/abstract/abstract-db.h index 09a52f39f..23f696d68 100644 --- a/src/db/abstract/abstract-db.h +++ b/src/db/abstract/abstract-db.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ABSTRACT_DB_H_ -#define _ABSTRACT_DB_H_ +#ifndef _L_ABSTRACT_DB_H_ +#define _L_ABSTRACT_DB_H_ #include "object/object.h" @@ -72,4 +72,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ABSTRACT_DB_H_ +#endif // ifndef _L_ABSTRACT_DB_H_ diff --git a/src/db/main-db-chat-message-key.h b/src/db/main-db-chat-message-key.h index 2a952684f..1a34f56c7 100644 --- a/src/db/main-db-chat-message-key.h +++ b/src/db/main-db-chat-message-key.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAIN_DB_CHAT_MESSAGE_KEY_H_ -#define _MAIN_DB_CHAT_MESSAGE_KEY_H_ +#ifndef _L_MAIN_DB_CHAT_MESSAGE_KEY_H_ +#define _L_MAIN_DB_CHAT_MESSAGE_KEY_H_ #include "main-db-key.h" @@ -38,4 +38,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MAIN_DB_CHAT_MESSAGE_KEY_H_ +#endif // ifndef _L_MAIN_DB_CHAT_MESSAGE_KEY_H_ diff --git a/src/db/main-db-event-key.h b/src/db/main-db-event-key.h index 8eb7b990b..cb2afe9ad 100644 --- a/src/db/main-db-event-key.h +++ b/src/db/main-db-event-key.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAIN_DB_EVENT_KEY_H_ -#define _MAIN_DB_EVENT_KEY_H_ +#ifndef _L_MAIN_DB_EVENT_KEY_H_ +#define _L_MAIN_DB_EVENT_KEY_H_ #include "main-db-key.h" @@ -38,4 +38,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MAIN_DB_EVENT_KEY_H_ +#endif // ifndef _L_MAIN_DB_EVENT_KEY_H_ diff --git a/src/db/main-db-key-p.h b/src/db/main-db-key-p.h index dea7d1180..7f635dd16 100644 --- a/src/db/main-db-key-p.h +++ b/src/db/main-db-key-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAIN_DB_KEY_P_H_ -#define _MAIN_DB_KEY_P_H_ +#ifndef _L_MAIN_DB_KEY_P_H_ +#define _L_MAIN_DB_KEY_P_H_ #include "main-db-key.h" #include "object/clonable-object-p.h" @@ -35,4 +35,4 @@ public: LINPHONE_END_NAMESPACE -#endif // ifndef _MAIN_DB_KEY_P_H_ +#endif // ifndef _L_MAIN_DB_KEY_P_H_ diff --git a/src/db/main-db-key.h b/src/db/main-db-key.h index 2311a882c..46c1db11f 100644 --- a/src/db/main-db-key.h +++ b/src/db/main-db-key.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAIN_DB_KEY_H_ -#define _MAIN_DB_KEY_H_ +#ifndef _L_MAIN_DB_KEY_H_ +#define _L_MAIN_DB_KEY_H_ #include @@ -51,4 +51,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MAIN_DB_KEY_H_ +#endif // ifndef _L_MAIN_DB_KEY_H_ diff --git a/src/db/main-db-p.h b/src/db/main-db-p.h index 3f772f7e9..551dd3c65 100644 --- a/src/db/main-db-p.h +++ b/src/db/main-db-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAIN_DB_P_H_ -#define _MAIN_DB_P_H_ +#ifndef _L_MAIN_DB_P_H_ +#define _L_MAIN_DB_P_H_ #include "abstract/abstract-db-p.h" #include "event-log/event-log.h" @@ -166,4 +166,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MAIN_DB_P_H_ +#endif // ifndef _L_MAIN_DB_P_H_ diff --git a/src/db/main-db.h b/src/db/main-db.h index 28a54489a..c259a6d04 100644 --- a/src/db/main-db.h +++ b/src/db/main-db.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _MAIN_DB_H_ -#define _MAIN_DB_H_ +#ifndef _L_MAIN_DB_H_ +#define _L_MAIN_DB_H_ #include @@ -142,4 +142,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _MAIN_DB_H_ +#endif // ifndef _L_MAIN_DB_H_ diff --git a/src/db/session/db-session-p.h b/src/db/session/db-session-p.h index 30751e0af..bfe9bcddd 100644 --- a/src/db/session/db-session-p.h +++ b/src/db/session/db-session-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _DB_SESSION_P_H_ -#define _DB_SESSION_P_H_ +#ifndef _L_DB_SESSION_P_H_ +#define _L_DB_SESSION_P_H_ #include @@ -43,4 +43,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _DB_SESSION_P_H_ +#endif // ifndef _L_DB_SESSION_P_H_ diff --git a/src/db/session/db-session-provider.h b/src/db/session/db-session-provider.h index f471a7db0..72947a22d 100644 --- a/src/db/session/db-session-provider.h +++ b/src/db/session/db-session-provider.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _DB_SESSION_PROVIDER_H_ -#define _DB_SESSION_PROVIDER_H_ +#ifndef _L_DB_SESSION_PROVIDER_H_ +#define _L_DB_SESSION_PROVIDER_H_ #include "db-session.h" #include "object/singleton.h" @@ -43,4 +43,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _DB_SESSION_PROVIDER_H_ +#endif // ifndef _L_DB_SESSION_PROVIDER_H_ diff --git a/src/db/session/db-session.h b/src/db/session/db-session.h index 5cfd61e05..6d398d5ed 100644 --- a/src/db/session/db-session.h +++ b/src/db/session/db-session.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _DB_SESSION_H_ -#define _DB_SESSION_H_ +#ifndef _L_DB_SESSION_H_ +#define _L_DB_SESSION_H_ #include "object/clonable-object.h" @@ -88,4 +88,4 @@ T *DbSession::getBackendSession () const { LINPHONE_END_NAMESPACE -#endif // ifndef _DB_SESSION_H_ +#endif // ifndef _L_DB_SESSION_H_ diff --git a/src/dial-plan/dial-plan-p.h b/src/dial-plan/dial-plan-p.h index 22b8aef6e..f0a80c325 100644 --- a/src/dial-plan/dial-plan-p.h +++ b/src/dial-plan/dial-plan-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _DIAL_PLAN_P_H_ -#define _DIAL_PLAN_P_H_ +#ifndef _L_DIAL_PLAN_P_H_ +#define _L_DIAL_PLAN_P_H_ #include "dial-plan.h" #include "object/clonable-object-p.h" @@ -42,4 +42,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _DIAL_PLAN_P_H_ +#endif // ifndef _L_DIAL_PLAN_P_H_ diff --git a/src/dial-plan/dial-plan.h b/src/dial-plan/dial-plan.h index 9f2d9b74d..b4be177df 100644 --- a/src/dial-plan/dial-plan.h +++ b/src/dial-plan/dial-plan.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _DIAL_PLAN_H_ -#define _DIAL_PLAN_H_ +#ifndef _L_DIAL_PLAN_H_ +#define _L_DIAL_PLAN_H_ #include @@ -65,4 +65,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _DIAL_PLAN_H_ +#endif // ifndef _L_DIAL_PLAN_H_ diff --git a/src/enums.h b/src/enums.h index 993e5568a..35c97289d 100644 --- a/src/enums.h +++ b/src/enums.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ENUMS_H_ -#define _ENUMS_H_ +#ifndef _L_ENUMS_H_ +#define _L_ENUMS_H_ #include "linphone/utils/general.h" @@ -35,4 +35,4 @@ enum class Transport { LINPHONE_END_NAMESPACE -#endif // ifndef _ENUMS_H_ +#endif // ifndef _L_ENUMS_H_ diff --git a/src/event-log/conference/conference-call-event.h b/src/event-log/conference/conference-call-event.h index 6125e7456..bd0ac86cd 100644 --- a/src/event-log/conference/conference-call-event.h +++ b/src/event-log/conference/conference-call-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_CALL_EVENT_H_ -#define _CONFERENCE_CALL_EVENT_H_ +#ifndef _L_CONFERENCE_CALL_EVENT_H_ +#define _L_CONFERENCE_CALL_EVENT_H_ #include @@ -44,4 +44,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_CALL_EVENT_H_ +#endif // ifndef _L_CONFERENCE_CALL_EVENT_H_ diff --git a/src/event-log/conference/conference-chat-message-event.h b/src/event-log/conference/conference-chat-message-event.h index 40b5a8990..0c06994c8 100644 --- a/src/event-log/conference/conference-chat-message-event.h +++ b/src/event-log/conference/conference-chat-message-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CHAT_MESSAGE_EVENT_H_ -#define _CHAT_MESSAGE_EVENT_H_ +#ifndef _L_CHAT_MESSAGE_EVENT_H_ +#define _L_CHAT_MESSAGE_EVENT_H_ #include @@ -44,4 +44,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CHAT_MESSAGE_EVENT_H_ +#endif // ifndef _L_CHAT_MESSAGE_EVENT_H_ diff --git a/src/event-log/conference/conference-event-p.h b/src/event-log/conference/conference-event-p.h index 18f11ad66..c34931e6e 100644 --- a/src/event-log/conference/conference-event-p.h +++ b/src/event-log/conference/conference-event-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_EVENT_P_H_ -#define _CONFERENCE_EVENT_P_H_ +#ifndef _L_CONFERENCE_EVENT_P_H_ +#define _L_CONFERENCE_EVENT_P_H_ #include "chat/chat-room/chat-room-id.h" #include "conference-event.h" @@ -37,4 +37,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_EVENT_P_H_ +#endif // ifndef _L_CONFERENCE_EVENT_P_H_ diff --git a/src/event-log/conference/conference-event.h b/src/event-log/conference/conference-event.h index 077c971f6..984ec496d 100644 --- a/src/event-log/conference/conference-event.h +++ b/src/event-log/conference/conference-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_EVENT_H_ -#define _CONFERENCE_EVENT_H_ +#ifndef _L_CONFERENCE_EVENT_H_ +#define _L_CONFERENCE_EVENT_H_ #include "event-log/event-log.h" @@ -45,4 +45,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_EVENT_H_ +#endif // ifndef _L_CONFERENCE_EVENT_H_ diff --git a/src/event-log/conference/conference-notified-event-p.h b/src/event-log/conference/conference-notified-event-p.h index af5855334..3310dfca2 100644 --- a/src/event-log/conference/conference-notified-event-p.h +++ b/src/event-log/conference/conference-notified-event-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_NOTIFIED_EVENT_P_H_ -#define _CONFERENCE_NOTIFIED_EVENT_P_H_ +#ifndef _L_CONFERENCE_NOTIFIED_EVENT_P_H_ +#define _L_CONFERENCE_NOTIFIED_EVENT_P_H_ #include "conference-event-p.h" #include "conference-notified-event.h" @@ -36,4 +36,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_NOTIFIED_EVENT_P_H_ +#endif // ifndef _L_CONFERENCE_NOTIFIED_EVENT_P_H_ diff --git a/src/event-log/conference/conference-notified-event.h b/src/event-log/conference/conference-notified-event.h index 1520d930e..3cb6b2784 100644 --- a/src/event-log/conference/conference-notified-event.h +++ b/src/event-log/conference/conference-notified-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_NOTIFIED_EVENT_H_ -#define _CONFERENCE_NOTIFIED_EVENT_H_ +#ifndef _L_CONFERENCE_NOTIFIED_EVENT_H_ +#define _L_CONFERENCE_NOTIFIED_EVENT_H_ #include "conference-event.h" @@ -54,4 +54,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_NOTIFIED_EVENT_H_ +#endif // ifndef _L_CONFERENCE_NOTIFIED_EVENT_H_ diff --git a/src/event-log/conference/conference-participant-device-event.h b/src/event-log/conference/conference-participant-device-event.h index 979f48061..1fe684065 100644 --- a/src/event-log/conference/conference-participant-device-event.h +++ b/src/event-log/conference/conference-participant-device-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_PARTICIPANT_DEVICE_EVENT_H_ -#define _CONFERENCE_PARTICIPANT_DEVICE_EVENT_H_ +#ifndef _L_CONFERENCE_PARTICIPANT_DEVICE_EVENT_H_ +#define _L_CONFERENCE_PARTICIPANT_DEVICE_EVENT_H_ #include "conference-participant-event.h" @@ -48,4 +48,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_PARTICIPANT_DEVICE_EVENT_H_ +#endif // ifndef _L_CONFERENCE_PARTICIPANT_DEVICE_EVENT_H_ diff --git a/src/event-log/conference/conference-participant-event-p.h b/src/event-log/conference/conference-participant-event-p.h index 984763418..7ba1fda79 100644 --- a/src/event-log/conference/conference-participant-event-p.h +++ b/src/event-log/conference/conference-participant-event-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_PARTICIPANT_EVENT_P_H_ -#define _CONFERENCE_PARTICIPANT_EVENT_P_H_ +#ifndef _L_CONFERENCE_PARTICIPANT_EVENT_P_H_ +#define _L_CONFERENCE_PARTICIPANT_EVENT_P_H_ #include "conference-notified-event-p.h" #include "conference-participant-event.h" @@ -36,4 +36,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_PARTICIPANT_EVENT_P_H_ +#endif // ifndef _L_CONFERENCE_PARTICIPANT_EVENT_P_H_ diff --git a/src/event-log/conference/conference-participant-event.h b/src/event-log/conference/conference-participant-event.h index 20f5e71de..0155041b4 100644 --- a/src/event-log/conference/conference-participant-event.h +++ b/src/event-log/conference/conference-participant-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_PARTICIPANT_EVENT_H_ -#define _CONFERENCE_PARTICIPANT_EVENT_H_ +#ifndef _L_CONFERENCE_PARTICIPANT_EVENT_H_ +#define _L_CONFERENCE_PARTICIPANT_EVENT_H_ #include "conference-notified-event.h" @@ -58,4 +58,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_PARTICIPANT_EVENT_H_ +#endif // ifndef _L_CONFERENCE_PARTICIPANT_EVENT_H_ diff --git a/src/event-log/conference/conference-subject-event.h b/src/event-log/conference/conference-subject-event.h index d36d47fe3..d5d54ab7f 100644 --- a/src/event-log/conference/conference-subject-event.h +++ b/src/event-log/conference/conference-subject-event.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CONFERENCE_SUBJECT_EVENT_H_ -#define _CONFERENCE_SUBJECT_EVENT_H_ +#ifndef _L_CONFERENCE_SUBJECT_EVENT_H_ +#define _L_CONFERENCE_SUBJECT_EVENT_H_ #include @@ -48,4 +48,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CONFERENCE_SUBJECT_EVENT_H_ +#endif // ifndef _L_CONFERENCE_SUBJECT_EVENT_H_ diff --git a/src/event-log/event-log-p.h b/src/event-log/event-log-p.h index c33870d13..e2bc2912d 100644 --- a/src/event-log/event-log-p.h +++ b/src/event-log/event-log-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _EVENT_LOG_P_H_ -#define _EVENT_LOG_P_H_ +#ifndef _L_EVENT_LOG_P_H_ +#define _L_EVENT_LOG_P_H_ #include "db/main-db-event-key.h" #include "object/base-object-p.h" @@ -42,4 +42,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _EVENT_LOG_P_H_ +#endif // ifndef _L_EVENT_LOG_P_H_ diff --git a/src/event-log/event-log.h b/src/event-log/event-log.h index 701756588..e0674e0b5 100644 --- a/src/event-log/event-log.h +++ b/src/event-log/event-log.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _EVENT_LOG_H_ -#define _EVENT_LOG_H_ +#ifndef _L_EVENT_LOG_H_ +#define _L_EVENT_LOG_H_ #include #include @@ -58,4 +58,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _EVENT_LOG_H_ +#endif // ifndef _L_EVENT_LOG_H_ diff --git a/src/event-log/events.h b/src/event-log/events.h index 2722deb8a..d3cec5373 100644 --- a/src/event-log/events.h +++ b/src/event-log/events.h @@ -17,12 +17,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _EVENTS_H_ -#define _EVENTS_H_ +#ifndef _L_EVENTS_H_ +#define _L_EVENTS_H_ #include "conference/conference-call-event.h" #include "conference/conference-chat-message-event.h" #include "conference/conference-participant-device-event.h" #include "conference/conference-subject-event.h" -#endif // ifndef _EVENTS_H_ +#endif // ifndef _L_EVENTS_H_ diff --git a/src/hacks/hacks.h b/src/hacks/hacks.h index b278f765d..ba6e34df8 100644 --- a/src/hacks/hacks.h +++ b/src/hacks/hacks.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _HACKS_H_ -#define _HACKS_H_ +#ifndef _L_HACKS_H_ +#define _L_HACKS_H_ #include "linphone/utils/general.h" @@ -40,4 +40,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _HACKS_H_ +#endif // ifndef _L_HACKS_H_ diff --git a/src/logger/logger.h b/src/logger/logger.h index d388bf77d..3bc948fae 100644 --- a/src/logger/logger.h +++ b/src/logger/logger.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _LOGGER_H_ -#define _LOGGER_H_ +#ifndef _L_LOGGER_H_ +#define _L_LOGGER_H_ #include @@ -77,4 +77,4 @@ LINPHONE_END_NAMESPACE lWarning() << "Error: " << e.what(); \ } -#endif // ifndef _LOGGER_H_ +#endif // ifndef _L_LOGGER_H_ diff --git a/src/nat/ice-agent.h b/src/nat/ice-agent.h index 5d69ca864..010b79e1b 100644 --- a/src/nat/ice-agent.h +++ b/src/nat/ice-agent.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _ICE_AGENT_H_ -#define _ICE_AGENT_H_ +#ifndef _L_ICE_AGENT_H_ +#define _L_ICE_AGENT_H_ #include #include @@ -85,4 +85,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _ICE_AGENT_H_ +#endif // ifndef _L_ICE_AGENT_H_ diff --git a/src/nat/stun-client.h b/src/nat/stun-client.h index 9258456f3..bab4b6f72 100644 --- a/src/nat/stun-client.h +++ b/src/nat/stun-client.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _STUN_CLIENT_H_ -#define _STUN_CLIENT_H_ +#ifndef _L_STUN_CLIENT_H_ +#define _L_STUN_CLIENT_H_ #include @@ -71,4 +71,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _STUN_CLIENT_H_ +#endif // ifndef _L_STUN_CLIENT_H_ diff --git a/src/object/app-data-container.cpp b/src/object/app-data-container.cpp index d5bfce7da..35b65a91a 100644 --- a/src/object/app-data-container.cpp +++ b/src/object/app-data-container.cpp @@ -17,9 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include - #include "linphone/utils/utils.h" + #include "app-data-container.h" // ============================================================================= diff --git a/src/object/app-data-container.h b/src/object/app-data-container.h index dec48042c..ba7ad3903 100644 --- a/src/object/app-data-container.h +++ b/src/object/app-data-container.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _APP_DATA_CONTAINER_H_ -#define _APP_DATA_CONTAINER_H_ +#ifndef _L_APP_DATA_CONTAINER_H_ +#define _L_APP_DATA_CONTAINER_H_ #include #include @@ -53,4 +53,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _APP_DATA_CONTAINER_H_ +#endif // ifndef _L_APP_DATA_CONTAINER_H_ diff --git a/src/object/base-object-p.h b/src/object/base-object-p.h index a46d1f701..727d847d6 100644 --- a/src/object/base-object-p.h +++ b/src/object/base-object-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _BASE_OBJECT_P_H_ -#define _BASE_OBJECT_P_H_ +#ifndef _L_BASE_OBJECT_P_H_ +#define _L_BASE_OBJECT_P_H_ #include "linphone/utils/general.h" @@ -44,4 +44,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _BASE_OBJECT_P_H_ +#endif // ifndef _L_BASE_OBJECT_P_H_ diff --git a/src/object/base-object.h b/src/object/base-object.h index b19ff3a6d..1af145ab8 100644 --- a/src/object/base-object.h +++ b/src/object/base-object.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _BASE_OBJECT_H_ -#define _BASE_OBJECT_H_ +#ifndef _L_BASE_OBJECT_H_ +#define _L_BASE_OBJECT_H_ #include "linphone/utils/general.h" @@ -53,4 +53,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _BASE_OBJECT_H_ +#endif // ifndef _L_BASE_OBJECT_H_ diff --git a/src/object/clonable-object-p.h b/src/object/clonable-object-p.h index 9faad38c0..5c55d0e3d 100644 --- a/src/object/clonable-object-p.h +++ b/src/object/clonable-object-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CLONABLE_OBJECT_P_H_ -#define _CLONABLE_OBJECT_P_H_ +#ifndef _L_CLONABLE_OBJECT_P_H_ +#define _L_CLONABLE_OBJECT_P_H_ #include @@ -50,4 +50,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CLONABLE_OBJECT_P_H_ +#endif // ifndef _L_CLONABLE_OBJECT_P_H_ diff --git a/src/object/clonable-object.h b/src/object/clonable-object.h index 4decdc8e4..32a307190 100644 --- a/src/object/clonable-object.h +++ b/src/object/clonable-object.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _CLONABLE_OBJECT_H_ -#define _CLONABLE_OBJECT_H_ +#ifndef _L_CLONABLE_OBJECT_H_ +#define _L_CLONABLE_OBJECT_H_ #include "object-head.h" #include "property-container.h" @@ -65,4 +65,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _CLONABLE_OBJECT_H_ +#endif // ifndef _L_CLONABLE_OBJECT_H_ diff --git a/src/object/object-head-p.h b/src/object/object-head-p.h index 7f221ec5a..5a69fc815 100644 --- a/src/object/object-head-p.h +++ b/src/object/object-head-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _OBJECT_HEAD_P_H_ -#define _OBJECT_HEAD_P_H_ +#ifndef _L_OBJECT_HEAD_P_H_ +#define _L_OBJECT_HEAD_P_H_ // ============================================================================= @@ -35,4 +35,4 @@ #define L_OBJECT_PRIVATE \ void *cBackPtr = nullptr; -#endif // ifndef _OBJECT_HEAD_P_H_ +#endif // ifndef _L_OBJECT_HEAD_P_H_ diff --git a/src/object/object-head.h b/src/object/object-head.h index 181a0c467..af5604d97 100644 --- a/src/object/object-head.h +++ b/src/object/object-head.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _OBJECT_HEAD_H_ -#define _OBJECT_HEAD_H_ +#ifndef _L_OBJECT_HEAD_H_ +#define _L_OBJECT_HEAD_H_ // ============================================================================= @@ -26,4 +26,4 @@ void *getCBackPtr () const; \ void setCBackPtr (void *cBackPtr); -#endif // ifndef _OBJECT_HEAD_H_ +#endif // ifndef _L_OBJECT_HEAD_H_ diff --git a/src/object/object-p.h b/src/object/object-p.h index 99b445683..70f512548 100644 --- a/src/object/object-p.h +++ b/src/object/object-p.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _OBJECT_P_H_ -#define _OBJECT_P_H_ +#ifndef _L_OBJECT_P_H_ +#define _L_OBJECT_P_H_ #include @@ -43,4 +43,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _OBJECT_P_H_ +#endif // ifndef _L_OBJECT_P_H_ diff --git a/src/object/object.h b/src/object/object.h index 38e1b62cf..0c1450990 100644 --- a/src/object/object.h +++ b/src/object/object.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _OBJECT_H_ -#define _OBJECT_H_ +#ifndef _L_OBJECT_H_ +#define _L_OBJECT_H_ #include #include @@ -65,4 +65,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _OBJECT_H_ +#endif // ifndef _L_OBJECT_H_ diff --git a/src/object/property-container.h b/src/object/property-container.h index 4362566df..97d14434a 100644 --- a/src/object/property-container.h +++ b/src/object/property-container.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PROPERTY_CONTAINER_H_ -#define _PROPERTY_CONTAINER_H_ +#ifndef _L_PROPERTY_CONTAINER_H_ +#define _L_PROPERTY_CONTAINER_H_ #include "variant/variant.h" @@ -48,4 +48,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _PROPERTY_CONTAINER_H_ +#endif // ifndef _L_PROPERTY_CONTAINER_H_ diff --git a/src/object/singleton.h b/src/object/singleton.h index f58466a51..4a414773a 100644 --- a/src/object/singleton.h +++ b/src/object/singleton.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SINGLETON_H_ -#define _SINGLETON_H_ +#ifndef _L_SINGLETON_H_ +#define _L_SINGLETON_H_ #include "object.h" @@ -45,4 +45,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SINGLETON_H_ +#endif // ifndef _L_SINGLETON_H_ diff --git a/src/sal/call-op.h b/src/sal/call-op.h index 80acdf958..8146f45b2 100644 --- a/src/sal/call-op.h +++ b/src/sal/call-op.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_CALL_OP_H_ -#define _SAL_CALL_OP_H_ +#ifndef _L_SAL_CALL_OP_H_ +#define _L_SAL_CALL_OP_H_ #include "sal/op.h" #include "sal/message-op-interface.h" @@ -128,4 +128,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_CALL_OP_H_ +#endif // ifndef _L_SAL_CALL_OP_H_ diff --git a/src/sal/event-op.h b/src/sal/event-op.h index 0f18e5104..408f875fd 100644 --- a/src/sal/event-op.h +++ b/src/sal/event-op.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_EVENT_OP_H_ -#define _SAL_EVENT_OP_H_ +#ifndef _L_SAL_EVENT_OP_H_ +#define _L_SAL_EVENT_OP_H_ #include "sal/op.h" @@ -71,4 +71,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_EVENT_OP_H_ +#endif // ifndef _L_SAL_EVENT_OP_H_ diff --git a/src/sal/message-op-interface.h b/src/sal/message-op-interface.h index d53e30b0a..457460ce7 100644 --- a/src/sal/message-op-interface.h +++ b/src/sal/message-op-interface.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_MESSAGE_OP_INTERFACE_H_ -#define _SAL_MESSAGE_OP_INTERFACE_H_ +#ifndef _L_SAL_MESSAGE_OP_INTERFACE_H_ +#define _L_SAL_MESSAGE_OP_INTERFACE_H_ LINPHONE_BEGIN_NAMESPACE @@ -35,4 +35,4 @@ protected: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_MESSAGE_OP_INTERFACE_H_ +#endif // ifndef _L_SAL_MESSAGE_OP_INTERFACE_H_ diff --git a/src/sal/message-op.h b/src/sal/message-op.h index 73d6056b6..40fb24748 100644 --- a/src/sal/message-op.h +++ b/src/sal/message-op.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_MESSAGE_OP_H_ -#define _SAL_MESSAGE_OP_H_ +#ifndef _L_SAL_MESSAGE_OP_H_ +#define _L_SAL_MESSAGE_OP_H_ #include "sal/op.h" #include "sal/message-op-interface.h" @@ -44,4 +44,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_MESSAGE_OP_H_ +#endif // ifndef _L_SAL_MESSAGE_OP_H_ diff --git a/src/sal/op.h b/src/sal/op.h index 06c009909..52e7d2baa 100644 --- a/src/sal/op.h +++ b/src/sal/op.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_OP_H_ -#define _SAL_OP_H_ +#ifndef _L_SAL_OP_H_ +#define _L_SAL_OP_H_ #include #include @@ -259,4 +259,4 @@ protected: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_OP_H_ +#endif // ifndef _L_SAL_OP_H_ diff --git a/src/sal/presence-op.h b/src/sal/presence-op.h index 749372dbe..fe215378f 100644 --- a/src/sal/presence-op.h +++ b/src/sal/presence-op.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_PRESENCE_OP_H_ -#define _SAL_PRESENCE_OP_H_ +#ifndef _L_SAL_PRESENCE_OP_H_ +#define _L_SAL_PRESENCE_OP_H_ #include "sal/event-op.h" @@ -55,4 +55,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_PRESENCE_OP_H_ +#endif // ifndef _L_SAL_PRESENCE_OP_H_ diff --git a/src/sal/refer-op.h b/src/sal/refer-op.h index a3197e7ca..09962339f 100644 --- a/src/sal/refer-op.h +++ b/src/sal/refer-op.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_REFER_OP_H_ -#define _SAL_REFER_OP_H_ +#ifndef _L_SAL_REFER_OP_H_ +#define _L_SAL_REFER_OP_H_ #include "sal/op.h" @@ -43,4 +43,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_MESSAGE_OP_H_ +#endif // ifndef _L_SAL_MESSAGE_OP_H_ diff --git a/src/sal/register-op.h b/src/sal/register-op.h index ab875e8ed..3d2be299f 100644 --- a/src/sal/register-op.h +++ b/src/sal/register-op.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_REGISTER_OP_H_ -#define _SAL_REGISTER_OP_H_ +#ifndef _L_SAL_REGISTER_OP_H_ +#define _L_SAL_REGISTER_OP_H_ #include "sal/op.h" @@ -41,4 +41,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_REGISTER_OP_H_ +#endif // ifndef _L_SAL_REGISTER_OP_H_ diff --git a/src/sal/sal.h b/src/sal/sal.h index 46b1a453e..7fba5494c 100644 --- a/src/sal/sal.h +++ b/src/sal/sal.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _SAL_H_ -#define _SAL_H_ +#ifndef _L_SAL_H_ +#define _L_SAL_H_ #include "c-wrapper/internal/c-sal.h" #include "linphone/utils/general.h" @@ -322,4 +322,4 @@ int to_sip_code(SalReason r); LINPHONE_END_NAMESPACE -#endif // ifndef _SAL_H_ +#endif // ifndef _L_SAL_H_ diff --git a/src/utils/payload-type-handler.h b/src/utils/payload-type-handler.h index f0198812e..0b19eb2f5 100644 --- a/src/utils/payload-type-handler.h +++ b/src/utils/payload-type-handler.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _PAYLOAD_TYPE_HANDLER_H_ -#define _PAYLOAD_TYPE_HANDLER_H_ +#ifndef _L_PAYLOAD_TYPE_HANDLER_H_ +#define _L_PAYLOAD_TYPE_HANDLER_H_ #include "linphone/utils/general.h" @@ -75,4 +75,4 @@ private: LINPHONE_END_NAMESPACE -#endif // ifndef _PAYLOAD_TYPE_HANDLER_H_ +#endif // ifndef _L_PAYLOAD_TYPE_HANDLER_H_ diff --git a/src/variant/variant.h b/src/variant/variant.h index fcf7a26c8..094bedae8 100644 --- a/src/variant/variant.h +++ b/src/variant/variant.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _VARIANT_H_ -#define _VARIANT_H_ +#ifndef _L_VARIANT_H_ +#define _L_VARIANT_H_ #include @@ -145,4 +145,4 @@ L_DECLARE_VARIANT_TYPES(L_DECLARE_VARIANT_TRAIT_TYPE); LINPHONE_END_NAMESPACE -#endif // ifndef _VARIANT_H_ +#endif // ifndef _L_VARIANT_H_