summaryrefslogtreecommitdiff
path: root/implementation/configuration/include/eventgroup.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/configuration/include/eventgroup.hpp')
-rw-r--r--implementation/configuration/include/eventgroup.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/implementation/configuration/include/eventgroup.hpp b/implementation/configuration/include/eventgroup.hpp
index c26edc0..1402b51 100644
--- a/implementation/configuration/include/eventgroup.hpp
+++ b/implementation/configuration/include/eventgroup.hpp
@@ -3,14 +3,14 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#ifndef VSOMEIP_CFG_EVENTGROUP_HPP
-#define VSOMEIP_CFG_EVENTGROUP_HPP
+#ifndef VSOMEIP_V3_CFG_EVENTGROUP_HPP
+#define VSOMEIP_V3_CFG_EVENTGROUP_HPP
#include <memory>
#include <vsomeip/primitive_types.hpp>
-namespace vsomeip {
+namespace vsomeip_v3 {
namespace cfg {
struct event;
@@ -24,6 +24,6 @@ struct eventgroup {
};
} // namespace cfg
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_CFG_EVENTGROUP_HPP
+#endif // VSOMEIP_V3_CFG_EVENTGROUP_HPP