increased version number to 2.1.5 and regenerated code for test fidl 2.1.5
authorStefan Laner <laner@itestra.de>
Fri, 31 Jan 2014 13:23:23 +0000 (14:23 +0100)
committerStefan Laner <laner@itestra.de>
Fri, 31 Jan 2014 13:55:37 +0000 (14:55 +0100)
files with 2.1.5 code generators

74 files changed:
configure.ac
src/test/commonapi/tests/DerivedTypeCollection.cpp
src/test/commonapi/tests/DerivedTypeCollection.h
src/test/commonapi/tests/ExtendedInterface.h
src/test/commonapi/tests/ExtendedInterfaceDBusProxy.cpp
src/test/commonapi/tests/ExtendedInterfaceDBusProxy.h
src/test/commonapi/tests/ExtendedInterfaceDBusStubAdapter.cpp
src/test/commonapi/tests/ExtendedInterfaceDBusStubAdapter.h
src/test/commonapi/tests/ExtendedInterfaceProxy.h
src/test/commonapi/tests/ExtendedInterfaceProxyBase.h
src/test/commonapi/tests/ExtendedInterfaceStub.h
src/test/commonapi/tests/ExtendedInterfaceStubDefault.cpp
src/test/commonapi/tests/ExtendedInterfaceStubDefault.h
src/test/commonapi/tests/PredefinedTypeCollection.h
src/test/commonapi/tests/TestInterface.h
src/test/commonapi/tests/TestInterfaceDBusProxy.cpp
src/test/commonapi/tests/TestInterfaceDBusProxy.h
src/test/commonapi/tests/TestInterfaceDBusStubAdapter.cpp
src/test/commonapi/tests/TestInterfaceDBusStubAdapter.h
src/test/commonapi/tests/TestInterfaceProxy.h
src/test/commonapi/tests/TestInterfaceProxyBase.h
src/test/commonapi/tests/TestInterfaceStub.h
src/test/commonapi/tests/TestInterfaceStubDefault.cpp
src/test/commonapi/tests/TestInterfaceStubDefault.h
src/test/commonapi/tests/managed/BranchInterface.h
src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.cpp
src/test/commonapi/tests/managed/BranchInterfaceDBusProxy.h
src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.cpp
src/test/commonapi/tests/managed/BranchInterfaceDBusStubAdapter.h
src/test/commonapi/tests/managed/BranchInterfaceProxy.h
src/test/commonapi/tests/managed/BranchInterfaceProxyBase.h
src/test/commonapi/tests/managed/BranchInterfaceStub.h
src/test/commonapi/tests/managed/BranchInterfaceStubDefault.cpp
src/test/commonapi/tests/managed/BranchInterfaceStubDefault.h
src/test/commonapi/tests/managed/LeafInterface.h
src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.cpp
src/test/commonapi/tests/managed/LeafInterfaceDBusProxy.h
src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.cpp
src/test/commonapi/tests/managed/LeafInterfaceDBusStubAdapter.h
src/test/commonapi/tests/managed/LeafInterfaceProxy.h
src/test/commonapi/tests/managed/LeafInterfaceProxyBase.h
src/test/commonapi/tests/managed/LeafInterfaceStub.h
src/test/commonapi/tests/managed/LeafInterfaceStubDefault.cpp
src/test/commonapi/tests/managed/LeafInterfaceStubDefault.h
src/test/commonapi/tests/managed/RootInterface.h
src/test/commonapi/tests/managed/RootInterfaceDBusProxy.cpp
src/test/commonapi/tests/managed/RootInterfaceDBusProxy.h
src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.cpp
src/test/commonapi/tests/managed/RootInterfaceDBusStubAdapter.h
src/test/commonapi/tests/managed/RootInterfaceProxy.h
src/test/commonapi/tests/managed/RootInterfaceProxyBase.h
src/test/commonapi/tests/managed/RootInterfaceStub.h
src/test/commonapi/tests/managed/RootInterfaceStubDefault.cpp
src/test/commonapi/tests/managed/RootInterfaceStubDefault.h
src/test/commonapi/tests/managed/SecondRoot.h
src/test/commonapi/tests/managed/SecondRootDBusProxy.cpp
src/test/commonapi/tests/managed/SecondRootDBusProxy.h
src/test/commonapi/tests/managed/SecondRootDBusStubAdapter.cpp
src/test/commonapi/tests/managed/SecondRootDBusStubAdapter.h
src/test/commonapi/tests/managed/SecondRootProxy.h
src/test/commonapi/tests/managed/SecondRootProxyBase.h
src/test/commonapi/tests/managed/SecondRootStub.h
src/test/commonapi/tests/managed/SecondRootStubDefault.cpp
src/test/commonapi/tests/managed/SecondRootStubDefault.h
src/test/fake/legacy/service/LegacyInterface.h
src/test/fake/legacy/service/LegacyInterfaceDBusProxy.cpp
src/test/fake/legacy/service/LegacyInterfaceDBusProxy.h
src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.cpp
src/test/fake/legacy/service/LegacyInterfaceDBusStubAdapter.h
src/test/fake/legacy/service/LegacyInterfaceProxy.h
src/test/fake/legacy/service/LegacyInterfaceProxyBase.h
src/test/fake/legacy/service/LegacyInterfaceStub.h
src/test/fake/legacy/service/LegacyInterfaceStubDefault.cpp
src/test/fake/legacy/service/LegacyInterfaceStubDefault.h

index 7fda10e..8549f53 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.61])
 AC_INIT([GENIVI Common API DBus C++ Library],
-        [2.1.4],
+        [2.1.5],
         [],
         [CommonAPI-DBus])
 
@@ -34,7 +34,7 @@ LT_PREREQ(2.2)
 LT_INIT
 
 PKG_PROG_PKG_CONFIG
-PKG_CHECK_MODULES(COMMONAPI, [CommonAPI = 2.1.4])
+PKG_CHECK_MODULES(COMMONAPI, [CommonAPI = 2.1.5])
 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.4.6])
 PKG_CHECK_MODULES(GLIB, [glib-2.0],
         [],
index 1e80e6e..09063a1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 25d17ee..9e43d78 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
@@ -151,7 +151,7 @@ namespace DerivedTypeCollection {
         TestPolymorphicStruct() = default;
         TestPolymorphicStruct(const PredefinedTypeCollection::TestString& testString, const uint16_t& uintValue);
     
-        enum: uint32_t { SERIAL_ID = 0x34650f46 };
+        enum: uint32_t { SERIAL_ID = 0x8f51a326 };
     
         static TestPolymorphicStruct* createInstance(const uint32_t& serialId);
     
@@ -172,7 +172,7 @@ namespace DerivedTypeCollection {
         TestExtendedPolymorphicStruct() = default;
         TestExtendedPolymorphicStruct(const PredefinedTypeCollection::TestString& testString, const uint16_t& uintValue, const uint32_t& additionalValue);
     
-        enum: uint32_t { SERIAL_ID = 0xc967fead };
+        enum: uint32_t { SERIAL_ID = 0xa49310f2 };
     
         static TestExtendedPolymorphicStruct* createInstance(const uint32_t& serialId);
     
index be064ba..4d99e5e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 18691c8..0e81757 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 4349339..9e59f68 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 95b89a1..a2303a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 4765d81..b713f45 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 161eee4..af09b7f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index a309fb7..b2d504a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 5d2e791..b8b42d0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 9561418..d5d4f62 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 38699b5..d7601f3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index bc26018..7ccf60d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 6603d3a..71c065d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index ef1ca6f..c04c828 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 0f3b72c..3535339 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 9678322..ed057ba 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 3c549ad..2596cfe 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 8499e8e..13ac60c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 32ff725..7c31463 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 735d60b..77b72cf 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index a206cec..b834f1b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 0b1953e..8eb7f93 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 30749ef..dbf34b2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 98a3664..1b62005 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 23e17a2..455ab57 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 50047b5..70f9b51 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index a7dde87..bc9cfc8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 828c95a..35ab437 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index cbfcf74..9ca826a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index c129327..034316b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 65a807b..a539485 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index c191a83..7d992c9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 45bf376..389f805 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index da6cef5..0a6eb8a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index e257805..ae3f94e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 91565fb..1a43690 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index f0ecb1f..1dc3d81 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 94e25d4..f83f6e6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 8654dc1..7dfc1e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index ef40342..2224922 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index bce3940..dd8ab62 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index d004da0..dfaadb2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 7cd0288..b1e9758 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index c9b14e1..ddfe44c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index a59ab2e..a97f47c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 38335f3..5f56fe5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index c46abfa..fadd1d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 076fec7..511090f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 167adc7..e3379e9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 3e28cc1..2e1f878 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 4eb108a..7f9d526 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 9249fc4..3bcb0f5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 2aef3a6..8111d91 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 39bd825..dbb2bd1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index cd75f59..3d5dc51 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 57c12b1..2664ca2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index ba5f2ac..70ef6eb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 1efb856..4926155 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 68cd1fa..c922dfd 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 5b1d449..b155f04 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index bda4c2e..37500a5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 55cdd3d..22c095b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 7350d2c..75b4ad2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 3d4dad8..e4c5d49 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 9d1c2d9..c3a260d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 06599ef..afd7ad0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
@@ -35,7 +35,6 @@ __attribute__((constructor)) void registerLegacyInterfaceDBusStubAdapter(void) {
 LegacyInterfaceDBusStubAdapterInternal::~LegacyInterfaceDBusStubAdapterInternal() {
     deactivateManagedInstances();
     LegacyInterfaceDBusStubAdapterHelper::deinit();
-    LegacyInterfaceDBusStubAdapterHelper::stub_.reset();
 }
 
 void LegacyInterfaceDBusStubAdapterInternal::deactivateManagedInstances() {
index e5c5894..e61e29f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 5c6ae9d..b980f64 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 41399bf..71938ab 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 6fbb0fd..980b385 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 4fb1de8..184ce1e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.
index 6f50b07..893dcd6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 * This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.4.qualifier.
+* Used org.genivi.commonapi.core 2.1.5.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.