summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/Proxy.cpp')
-rw-r--r--src/CommonAPI/Proxy.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/CommonAPI/Proxy.cpp b/src/CommonAPI/Proxy.cpp
new file mode 100644
index 0000000..072fc30
--- /dev/null
+++ b/src/CommonAPI/Proxy.cpp
@@ -0,0 +1,15 @@
+// Copyright (C) 2013-2015 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 <CommonAPI/Proxy.hpp>
+
+namespace CommonAPI {
+
+const Address &
+Proxy::getAddress() const {
+ return address_;
+}
+
+} // namespace CommonAPI