summaryrefslogtreecommitdiff
path: root/implementation/configuration/include/trace.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/configuration/include/trace.hpp')
-rw-r--r--implementation/configuration/include/trace.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/implementation/configuration/include/trace.hpp b/implementation/configuration/include/trace.hpp
index 3d4e1f4..c9eb8cb 100644
--- a/implementation/configuration/include/trace.hpp
+++ b/implementation/configuration/include/trace.hpp
@@ -3,8 +3,8 @@
// 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 CFG_TRACE_HPP_
-#define CFG_TRACE_HPP_
+#ifndef VSOMEIP_V3_CFG_TRACE_HPP_
+#define VSOMEIP_V3_CFG_TRACE_HPP_
#include <string>
#include <vector>
@@ -12,7 +12,7 @@
#include <vsomeip/primitive_types.hpp>
#include <vsomeip/trace.hpp>
-namespace vsomeip {
+namespace vsomeip_v3 {
namespace cfg {
struct trace_channel {
@@ -29,7 +29,7 @@ struct trace_filter {
std::vector<trace_channel_t> channels_;
bool is_positive_;
bool is_range_;
- std::vector<vsomeip::trace::match_t> matches_;
+ std::vector<vsomeip_v3::trace::match_t> matches_;
};
struct trace {
@@ -48,6 +48,6 @@ struct trace {
};
} // namespace cfg
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // CFG_TRACE_HPP_
+#endif // VSOMEIP_V3_CFG_TRACE_HPP_