summaryrefslogtreecommitdiff
path: root/CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h
diff options
context:
space:
mode:
authorJürgen Gehring <juergen.gehring@bmw.de>2015-06-02 03:18:57 -0700
committerJürgen Gehring <juergen.gehring@bmw.de>2015-06-02 03:18:57 -0700
commit1d9ae05afdc4341622d1720138d2bc781ee78144 (patch)
tree57262885d7c2822a493d0c5f13b0ec60efc15ce3 /CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h
parent31f1941b5e8c115dfc11a1a17ce8bcb156e7b751 (diff)
downloadgenivi-common-api-runtime-1d9ae05afdc4341622d1720138d2bc781ee78144.tar.gz
CommonAPI-Tools 3.1.13.1.1
Diffstat (limited to 'CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h')
-rw-r--r--CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h b/CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h
new file mode 100644
index 0000000..0649ac5
--- /dev/null
+++ b/CommonAPI-Examples/E05Manager/src/E05SpecialDeviceStubImpl.h
@@ -0,0 +1,23 @@
+/* Copyright (C) 2014 BMW Group
+ * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
+ * Author: Juergen Gehring (juergen.gehring@bmw.de)
+ * 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/. */
+
+#ifndef E05SPECIALDEVICESTUBIMPL_H_
+#define E05SPECIALDEVICESTUBIMPL_H_
+
+#include <v1_0/commonapi/examples/E05SpecialDeviceStubDefault.hpp>
+
+using namespace v1_0::commonapi::examples;
+
+class E05SpecialDeviceStubImpl: public E05SpecialDeviceStubDefault {
+public:
+ E05SpecialDeviceStubImpl();
+ virtual ~E05SpecialDeviceStubImpl();
+
+ void doSomethingSpecial();
+};
+
+#endif /* E05SPECIALDEVICESTUBIMPL_H_ */