From 0f5676b6170b37e2244657fe6e7f7dbc0866b529 Mon Sep 17 00:00:00 2001 From: "Ivo Stoilov (GitHub)" Date: Mon, 16 Jan 2017 15:58:09 +0200 Subject: Update all header-guards in project Related tasks APPLINK-30588 APPLINK-30974 --- src/components/dbus/include/dbus/dbus_message.h | 6 +++--- src/components/dbus/include/dbus/dbus_message_inl.h | 6 +++--- src/components/dbus/include/dbus/schema.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/components/dbus') diff --git a/src/components/dbus/include/dbus/dbus_message.h b/src/components/dbus/include/dbus/dbus_message.h index 10f419f445..23e672d0fc 100644 --- a/src/components/dbus/include/dbus/dbus_message.h +++ b/src/components/dbus/include/dbus/dbus_message.h @@ -29,8 +29,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DBUS_DBUS_MESSAGE_H -#define DBUS_DBUS_MESSAGE_H +#ifndef SRC_COMPONENTS_DBUS_INCLUDE_DBUS_DBUS_MESSAGE_H_ +#define SRC_COMPONENTS_DBUS_INCLUDE_DBUS_DBUS_MESSAGE_H_ #include #include @@ -176,4 +176,4 @@ MessageRef Signal(const char* path, const char* interface, const char* name); #include "dbus/dbus_message_inl.h" -#endif // DBUS_DBUS_MESSAGE_H +#endif // SRC_COMPONENTS_DBUS_INCLUDE_DBUS_DBUS_MESSAGE_H_ 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_ diff --git a/src/components/dbus/include/dbus/schema.h b/src/components/dbus/include/dbus/schema.h index e269bd2596..3dfe49cc95 100644 --- a/src/components/dbus/include/dbus/schema.h +++ b/src/components/dbus/include/dbus/schema.h @@ -29,8 +29,8 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef SRC_COMPONENTS_DBUS_SCHEMA_INCLUDE_DBUS_SCHEMA_SCHEMA_H_ -#define SRC_COMPONENTS_DBUS_SCHEMA_INCLUDE_DBUS_SCHEMA_SCHEMA_H_ +#ifndef SRC_COMPONENTS_DBUS_INCLUDE_DBUS_SCHEMA_H_ +#define SRC_COMPONENTS_DBUS_INCLUDE_DBUS_SCHEMA_H_ #include #include @@ -95,4 +95,4 @@ class DBusSchema { } // namespace dbus -#endif // SRC_COMPONENTS_DBUS_SCHEMA_INCLUDE_DBUS_SCHEMA_SCHEMA_H_ +#endif // SRC_COMPONENTS_DBUS_INCLUDE_DBUS_SCHEMA_H_ -- cgit v1.2.1