summaryrefslogtreecommitdiff
path: root/src/test/commonapi/tests/DerivedTypeCollection.cpp
diff options
context:
space:
mode:
authorStefan Laner <laner@itestra.de>2013-11-14 02:09:54 +0100
committerStefan Laner <laner@itestra.de>2013-11-14 02:11:56 +0100
commitf6eda262a1040205f7a6cbe6f9eac8b0f7cfa5fc (patch)
treeba819df920289595512b1d112ca836c5bd2658a7 /src/test/commonapi/tests/DerivedTypeCollection.cpp
parent1ba1a4cdac9b6821d285cb685da65fdbc68a5c66 (diff)
downloadgenivi-common-api-dbus-runtime-f6eda262a1040205f7a6cbe6f9eac8b0f7cfa5fc.tar.gz
Fixed interfaceVersion attribute and added test for that
Diffstat (limited to 'src/test/commonapi/tests/DerivedTypeCollection.cpp')
-rw-r--r--src/test/commonapi/tests/DerivedTypeCollection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/commonapi/tests/DerivedTypeCollection.cpp b/src/test/commonapi/tests/DerivedTypeCollection.cpp
index 16a1b4e..c8da568 100644
--- a/src/test/commonapi/tests/DerivedTypeCollection.cpp
+++ b/src/test/commonapi/tests/DerivedTypeCollection.cpp
@@ -1,6 +1,6 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.genivi.commonapi.core 2.1.4.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.
@@ -170,7 +170,6 @@ void TestExtendedPolymorphicStruct::writeToOutputStream(CommonAPI::OutputStream&
}
-
StructWithPolymorphicMember::StructWithPolymorphicMember(const uint32_t& numberValueValue, const std::shared_ptr<TestPolymorphicStruct>& polymorphicMemberValue):
numberValue(numberValueValue),
polymorphicMember(polymorphicMemberValue)