summaryrefslogtreecommitdiff
path: root/interface/vsomeip/internal/policy_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/vsomeip/internal/policy_manager.hpp')
-rw-r--r--interface/vsomeip/internal/policy_manager.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/interface/vsomeip/internal/policy_manager.hpp b/interface/vsomeip/internal/policy_manager.hpp
index 45756ec..0d610d9 100644
--- a/interface/vsomeip/internal/policy_manager.hpp
+++ b/interface/vsomeip/internal/policy_manager.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2019-2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// 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/.
@@ -6,15 +6,18 @@
#ifndef VSOMEIP_V3_POLICY_MANAGER_HPP_
#define VSOMEIP_V3_POLICY_MANAGER_HPP_
+
#include <memory>
+#include <vsomeip/deprecated.hpp>
+#include <vsomeip/export.hpp>
#include <vsomeip/primitive_types.hpp>
namespace vsomeip_v3 {
struct policy;
-class policy_manager {
+class VSOMEIP_IMPORT_EXPORT policy_manager {
public:
static std::shared_ptr<policy_manager> get();
@@ -35,4 +38,5 @@ public:
} // namespace vsomeip_v3
+
#endif // VSOMEIP_V3_POLICY_MANAGER_HPP_