summaryrefslogtreecommitdiff
path: root/src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp')
-rw-r--r--src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp b/src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp
index 5041822..8aec0a1 100644
--- a/src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp
+++ b/src/test/src-gen/dbus/v1_0/fake/legacy/service/LegacyInterfaceDBusStubAdapter.hpp
@@ -1,6 +1,6 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 3.1.2.v201506150834.
+* Used org.genivi.commonapi.core 3.1.2.v201507021046.
* Used org.franca.core 0.9.1.201412191134.
*
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
@@ -11,6 +11,7 @@
#define FAKE_LEGACY_SERVICE_Legacy_Interface_DBUS_STUB_ADAPTER_HPP_
#include <v1_0/fake/legacy/service/LegacyInterfaceStub.hpp>
+#include "v1_0/fake/legacy/service/LegacyInterfaceDBusDeployment.hpp"
#if !defined (COMMONAPI_INTERNAL_COMPILATION)
#define COMMONAPI_INTERNAL_COMPILATION
@@ -19,6 +20,7 @@
#include <CommonAPI/DBus/DBusFactory.hpp>
#include <CommonAPI/DBus/DBusStubAdapterHelper.hpp>
#include <CommonAPI/DBus/DBusStubAdapter.hpp>
+#include <CommonAPI/DBus/DBusDeployment.hpp>
#undef COMMONAPI_INTERNAL_COMPILATION
@@ -59,20 +61,32 @@ static CommonAPI::DBus::DBusGetAttributeStubDispatcher<
+
static CommonAPI::DBus::DBusMethodWithReplyStubDispatcher<
LegacyInterfaceStub,
std::tuple<int32_t>,
- std::tuple<int32_t, int32_t>
+ std::tuple<int32_t, int32_t>,
+ std::tuple<CommonAPI::EmptyDeployment>,
+ std::tuple<CommonAPI::EmptyDeployment, CommonAPI::EmptyDeployment>
+
> testMethodStubDispatcher;
+
static CommonAPI::DBus::DBusMethodWithReplyStubDispatcher<
LegacyInterfaceStub,
std::tuple<>,
- std::tuple<std::string, int32_t>
+ std::tuple<std::string, int32_t>,
+ std::tuple<>,
+ std::tuple<CommonAPI::DBus::StringDeployment, CommonAPI::EmptyDeployment>
+
> otherTestMethodStubDispatcher;
+
static CommonAPI::DBus::DBusMethodWithReplyStubDispatcher<
LegacyInterfaceStub,
std::tuple<>,
+ std::tuple<>,
+ std::tuple<>,
std::tuple<>
+
> finishStubDispatcher;