summaryrefslogtreecommitdiff
path: root/src/components/dbus/include/dbus/dbus_message_inl.h
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-16 15:58:09 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-25 16:50:55 +0200
commit0f5676b6170b37e2244657fe6e7f7dbc0866b529 (patch)
tree036ada545bb0f88b91da67919dab9ed2694ce8ab /src/components/dbus/include/dbus/dbus_message_inl.h
parent3288e43eaa7b769c60b5e40e5e4beee6bc343fc2 (diff)
downloadsdl_core-0f5676b6170b37e2244657fe6e7f7dbc0866b529.tar.gz
Update all header-guards in project
Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/dbus/include/dbus/dbus_message_inl.h')
-rw-r--r--src/components/dbus/include/dbus/dbus_message_inl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/dbus/include/dbus/dbus_message_inl.h b/src/components/dbus/include/dbus/dbus_message_inl.h
index 1a10f828de..ba9bfaa78d 100644
--- a/src/components/dbus/include/dbus/dbus_message_inl.h
+++ b/src/components/dbus/include/dbus/dbus_message_inl.h
@@ -29,8 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef DBUS_MESSAGE_INL_H
-#define DBUS_MESSAGE_INL_H
+#ifndef SRC_COMPONENTS_DBUS_INCLUDE_DBUS_DBUS_MESSAGE_INL_H_
+#define SRC_COMPONENTS_DBUS_INCLUDE_DBUS_DBUS_MESSAGE_INL_H_
#include "dbus/dbus_message.h"
@@ -211,4 +211,4 @@ inline void MessageWriter::PutString(const std::string& value) {
} // namespace dbus
-#endif // DBUS_MESSAGE_INL_H
+#endif // SRC_COMPONENTS_DBUS_INCLUDE_DBUS_DBUS_MESSAGE_INL_H_