summaryrefslogtreecommitdiff
path: root/src/test/commonapi/tests/TestInterfaceStubDefault.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/TestInterfaceStubDefault.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/TestInterfaceStubDefault.cpp')
-rw-r--r--src/test/commonapi/tests/TestInterfaceStubDefault.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/test/commonapi/tests/TestInterfaceStubDefault.cpp b/src/test/commonapi/tests/TestInterfaceStubDefault.cpp
index 5003bd0..4a614fc 100644
--- a/src/test/commonapi/tests/TestInterfaceStubDefault.cpp
+++ b/src/test/commonapi/tests/TestInterfaceStubDefault.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.
@@ -222,14 +222,6 @@ void TestInterfaceStubDefault::TestMapOfPolymorphicStructMethod(DerivedTypeColle
// No operation in default
}
-void TestInterfaceStubDefault::TestMapWithPolymorphicStructKeyMethod(const std::shared_ptr<CommonAPI::ClientId> clientId, DerivedTypeCollection::MapPolymorphicToInt inMap) {
- // Call old style methods in default
- TestMapWithPolymorphicStructKeyMethod(inMap);
-}
-void TestInterfaceStubDefault::TestMapWithPolymorphicStructKeyMethod(DerivedTypeCollection::MapPolymorphicToInt inMap) {
- // No operation in default
-}
-
void TestInterfaceStubDefault::TestStructWithPolymorphicMemberMethod(const std::shared_ptr<CommonAPI::ClientId> clientId, DerivedTypeCollection::StructWithPolymorphicMember inStruct) {
// Call old style methods in default
TestStructWithPolymorphicMemberMethod(inStruct);