summaryrefslogtreecommitdiff
path: root/implementation/security/src/security.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/security/src/security.cpp')
-rw-r--r--implementation/security/src/security.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/implementation/security/src/security.cpp b/implementation/security/src/security.cpp
new file mode 100644
index 0000000..7c7b3f4
--- /dev/null
+++ b/implementation/security/src/security.cpp
@@ -0,0 +1,15 @@
+// Copyright (C) 2019 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/.
+
+#include "../include/security_impl.hpp"
+
+namespace vsomeip_v3 {
+
+std::shared_ptr<security>
+security::get() {
+ return security_impl::get();
+}
+
+} // namespace vsomeip_v3