summaryrefslogtreecommitdiff
path: root/interface/vsomeip/plugins/pre_configuration_plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/vsomeip/plugins/pre_configuration_plugin.hpp')
-rw-r--r--interface/vsomeip/plugins/pre_configuration_plugin.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/interface/vsomeip/plugins/pre_configuration_plugin.hpp b/interface/vsomeip/plugins/pre_configuration_plugin.hpp
index 6155796..6505249 100644
--- a/interface/vsomeip/plugins/pre_configuration_plugin.hpp
+++ b/interface/vsomeip/plugins/pre_configuration_plugin.hpp
@@ -3,15 +3,15 @@
// 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_PRE_CONFIGURATION_PLUGIN_HPP
-#define VSOMEIP_PRE_CONFIGURATION_PLUGIN_HPP
+#ifndef VSOMEIP_V3_PRE_CONFIGURATION_PLUGIN_HPP_
+#define VSOMEIP_V3_PRE_CONFIGURATION_PLUGIN_HPP_
#include <vsomeip/export.hpp>
// Version should be incremented on breaking API change
#define VSOMEIP_PRE_CONFIGURATION_PLUGIN_VERSION 1
-namespace vsomeip {
+namespace vsomeip_v3 {
/**
* The pre configuration plug-in can be used to extend configuration load behavior
* via an module/plug-in.
@@ -24,6 +24,7 @@ public:
// vSomeIP will use this path for config loading if such a plug-in is availablel.
virtual std::string get_configuration_path() = 0;
};
-}
-#endif // VSOMEIP_PRE_CONFIGURATION_PLUGIN_HPP
+} // namespace vsomeip_v3
+
+#endif // VSOMEIP_V3_PRE_CONFIGURATION_PLUGIN_HPP_