summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-10-29 16:39:46 +0100
committerPhilip Rauwolf <rauwolf@itestra.de>2013-10-29 16:39:46 +0100
commitd4107ff2515a8d66e321e8b3d61f289308f0f569 (patch)
tree75049ce0041e46531e2375d6a62e980cec016af4 /src
parent696fc8800da6b3db6de39e59cfad27f321dc2b6d (diff)
downloadgenivi-common-api-dbus-runtime-d4107ff2515a8d66e321e8b3d61f289308f0f569.tar.gz
Re-generated code
Diffstat (limited to 'src')
-rw-r--r--src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp3
-rw-r--r--src/test/commonapi/tests/managed/BranchInterface.h2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.cpp2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.h2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.cpp3
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.h2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceProxy.h2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceProxyBase.h2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceStub.h2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceStubDefault.cpp2
-rw-r--r--src/test/commonapi/tests/managed/BranchInterfaceStubDefault.h2
-rw-r--r--src/test/commonapi/tests/managed/LeafInterface.h2
-rw-r--r--src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.cpp2
-rw-r--r--src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.h2
-rw-r--r--src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.cpp3
-rw-r--r--src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterface.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceDBusProxy.cpp2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceDBusProxy.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.cpp3
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceProxy.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceProxyBase.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceStub.h2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceStubDefault.cpp2
-rw-r--r--src/test/commonapi/tests/managed/RootInterfaceStubDefault.h2
-rw-r--r--src/test/fake/legacy/service/LegacyInterface.h4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceDBusProxy.cpp4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceDBusProxy.h4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.cpp8
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.h4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceProxy.h4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceProxyBase.h4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceStub.h4
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceStubDefault.cpp8
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceStubDefault.h6
36 files changed, 54 insertions, 52 deletions
diff --git a/src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp b/src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp
index be256dd..bbd9a93 100644
--- a/src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp
+++ b/src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp
@@ -39,8 +39,7 @@ TestInterfaceDBusStubAdapter::TestInterfaceDBusStubAdapter(
const std::shared_ptr<CommonAPI::StubBase>& stub):
TestInterfaceDBusStubAdapterHelper(factory, commonApiAddress, dbusInterfaceName, dbusBusName, dbusObjectPath,
dbusConnection, std::dynamic_pointer_cast<TestInterfaceStub>(stub),
- NULL)
- {
+ false) {
subscribersForTestSelectiveBroadcastSelective_ = std::make_shared<CommonAPI::ClientIdList>();
subscribersForTestBroadcastWithOutArgsSelective_ = std::make_shared<CommonAPI::ClientIdList>();
}
diff --git a/src/test/commonapi/tests/managed/BranchInterface.h b/src/test/commonapi/tests/managed/BranchInterface.h
index d2a1e28..1578005 100644
--- a/src/test/commonapi/tests/managed/BranchInterface.h
+++ b/src/test/commonapi/tests/managed/BranchInterface.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.cpp b/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.cpp
index 8a1e99e..0e461a6 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.cpp
+++ b/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.h b/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.h
index bac635b..da40530 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.h
+++ b/src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.cpp b/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.cpp
index fd16fca..48e9006 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.cpp
+++ b/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
@@ -61,6 +61,7 @@ const char* BranchInterfaceDBusStubAdapter::getMethodsDBusIntrospectionXmlData()
"<arg name=\"outInt\" type=\"i\" direction=\"out\" />\n"
"<arg name=\"outString\" type=\"s\" direction=\"out\" />\n"
"</method>\n"
+
;
return introspectionData;
}
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.h b/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.h
index 3ebce77..6421978 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.h
+++ b/src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceProxy.h b/src/test/commonapi/tests/managed/BranchInterfaceProxy.h
index a0de1b6..a61efd1 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceProxy.h
+++ b/src/test/commonapi/tests/managed/BranchInterfaceProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceProxyBase.h b/src/test/commonapi/tests/managed/BranchInterfaceProxyBase.h
index acd2931..d8cb010 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceProxyBase.h
+++ b/src/test/commonapi/tests/managed/BranchInterfaceProxyBase.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceStub.h b/src/test/commonapi/tests/managed/BranchInterfaceStub.h
index 0e4d397..01a01d5 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceStub.h
+++ b/src/test/commonapi/tests/managed/BranchInterfaceStub.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.cpp b/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.cpp
index 84e7567..ccb5c9d 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.cpp
+++ b/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.h b/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.h
index ae9945d..5ea7ea7 100644
--- a/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.h
+++ b/src/test/commonapi/tests/managed/BranchInterfaceStubDefault.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/LeafInterface.h b/src/test/commonapi/tests/managed/LeafInterface.h
index 2d99fe5..dc1d0d8 100644
--- a/src/test/commonapi/tests/managed/LeafInterface.h
+++ b/src/test/commonapi/tests/managed/LeafInterface.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.cpp b/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.cpp
index 665b655..8274ef4 100644
--- a/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.cpp
+++ b/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.h b/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.h
index 26ba6f9..41f1e64 100644
--- a/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.h
+++ b/src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.cpp b/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.cpp
index 9abe5d4..d843e01 100644
--- a/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.cpp
+++ b/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
@@ -61,6 +61,7 @@ const char* LeafInterfaceDBusStubAdapter::getMethodsDBusIntrospectionXmlData() c
"<arg name=\"outInt\" type=\"i\" direction=\"out\" />\n"
"<arg name=\"outString\" type=\"s\" direction=\"out\" />\n"
"</method>\n"
+
;
return introspectionData;
}
diff --git a/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.h b/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.h
index 8775a83..797ea90 100644
--- a/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.h
+++ b/src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterface.h b/src/test/commonapi/tests/managed/RootInterface.h
index 85fff90..f239090 100644
--- a/src/test/commonapi/tests/managed/RootInterface.h
+++ b/src/test/commonapi/tests/managed/RootInterface.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.cpp b/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.cpp
index b27e0eb..b73d399 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.cpp
+++ b/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.h b/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.h
index 70e9a28..cf00826 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.h
+++ b/src/test/commonapi/tests/managed/RootInterfaceDBusProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.cpp b/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.cpp
index 9872b58..7857f58 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.cpp
+++ b/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
@@ -69,6 +69,7 @@ const char* RootInterfaceDBusStubAdapter::getMethodsDBusIntrospectionXmlData() c
"<arg name=\"outInt\" type=\"i\" direction=\"out\" />\n"
"<arg name=\"outString\" type=\"s\" direction=\"out\" />\n"
"</method>\n"
+
;
return introspectionData;
}
diff --git a/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.h b/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.h
index c10288d..f8973a4 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.h
+++ b/src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceProxy.h b/src/test/commonapi/tests/managed/RootInterfaceProxy.h
index 741aa05..b01808e 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceProxy.h
+++ b/src/test/commonapi/tests/managed/RootInterfaceProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceProxyBase.h b/src/test/commonapi/tests/managed/RootInterfaceProxyBase.h
index 65380b7..7ebe721 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceProxyBase.h
+++ b/src/test/commonapi/tests/managed/RootInterfaceProxyBase.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceStub.h b/src/test/commonapi/tests/managed/RootInterfaceStub.h
index 2b71e5f..749a26a 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceStub.h
+++ b/src/test/commonapi/tests/managed/RootInterfaceStub.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceStubDefault.cpp b/src/test/commonapi/tests/managed/RootInterfaceStubDefault.cpp
index 6e84512..a87861d 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceStubDefault.cpp
+++ b/src/test/commonapi/tests/managed/RootInterfaceStubDefault.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/commonapi/tests/managed/RootInterfaceStubDefault.h b/src/test/commonapi/tests/managed/RootInterfaceStubDefault.h
index 6f3a960..6fdba46 100644
--- a/src/test/commonapi/tests/managed/RootInterfaceStubDefault.h
+++ b/src/test/commonapi/tests/managed/RootInterfaceStubDefault.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.core 2.1.3.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterface.h b/src/test/fake/legacy/service/LegacyInterface.h
index c0c10e5..eab3aed 100644
--- a/src/test/fake/legacy/service/LegacyInterface.h
+++ b/src/test/fake/legacy/service/LegacyInterface.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.cpp b/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.cpp
index 8b73047..ed0eda0 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.cpp
+++ b/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.h b/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.h
index 82af3b0..7baf090 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceDBusProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.cpp b/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.cpp
index c1556e6..f1cffc8 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.cpp
+++ b/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
@@ -40,8 +40,7 @@ LegacyInterfaceDBusStubAdapter::LegacyInterfaceDBusStubAdapter(
const std::shared_ptr<CommonAPI::StubBase>& stub):
LegacyInterfaceDBusStubAdapterHelper(factory, commonApiAddress, dbusInterfaceName, dbusBusName, dbusObjectPath,
dbusConnection, std::dynamic_pointer_cast<LegacyInterfaceStub>(stub),
- NULL)
- {
+ false) {
}
LegacyInterfaceDBusStubAdapter::~LegacyInterfaceDBusStubAdapter() {
@@ -66,6 +65,7 @@ const char* LegacyInterfaceDBusStubAdapter::getMethodsDBusIntrospectionXmlData()
"</method>\n"
"<method name=\"finish\">\n"
"</method>\n"
+
;
return introspectionData;
}
diff --git a/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.h b/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.h
index 85939ea..0337006 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceProxy.h b/src/test/fake/legacy/service/LegacyInterfaceProxy.h
index c849f58..f73ce4d 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceProxy.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceProxy.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceProxyBase.h b/src/test/fake/legacy/service/LegacyInterfaceProxyBase.h
index 05a66a9..dbb4baa 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceProxyBase.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceProxyBase.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceStub.h b/src/test/fake/legacy/service/LegacyInterfaceStub.h
index 33eb44e..c32c66e 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceStub.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceStub.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
diff --git a/src/test/fake/legacy/service/LegacyInterfaceStubDefault.cpp b/src/test/fake/legacy/service/LegacyInterfaceStubDefault.cpp
index 4510f8c..db345e7 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceStubDefault.cpp
+++ b/src/test/fake/legacy/service/LegacyInterfaceStubDefault.cpp
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
@@ -33,9 +33,9 @@ void LegacyInterfaceStubDefault::TestMethod(int32_t input, int32_t& val1, int32_
void LegacyInterfaceStubDefault::OtherTestMethod(const std::shared_ptr<CommonAPI::ClientId> clientId, std::string& greeting, int32_t& identifier) {
// Call old style methods in default
- OtherTestMethod(, greeting, identifier);
+ OtherTestMethod(greeting, identifier);
}
-void LegacyInterfaceStubDefault::OtherTestMethod(, std::string& greeting, int32_t& identifier) {
+void LegacyInterfaceStubDefault::OtherTestMethod(std::string& greeting, int32_t& identifier) {
// No operation in default
}
diff --git a/src/test/fake/legacy/service/LegacyInterfaceStubDefault.h b/src/test/fake/legacy/service/LegacyInterfaceStubDefault.h
index 17af359..854aab5 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceStubDefault.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceStubDefault.h
@@ -1,7 +1,7 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.0.qualifier.
-* Used org.franca.core 0.8.9.201308271211.
+* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.franca.core 0.8.10.201309262002.
*
* 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
@@ -38,7 +38,7 @@ class LegacyInterfaceStubDefault : public LegacyInterfaceStub {
virtual void TestMethod(int32_t input, int32_t& val1, int32_t& val2);
virtual void OtherTestMethod(const std::shared_ptr<CommonAPI::ClientId> clientId, std::string& greeting, int32_t& identifier);
- virtual void OtherTestMethod(, std::string& greeting, int32_t& identifier);
+ virtual void OtherTestMethod(std::string& greeting, int32_t& identifier);
virtual void finish(const std::shared_ptr<CommonAPI::ClientId> clientId);
virtual void finish();