summaryrefslogtreecommitdiff
path: root/src/test/commonapi/tests/DerivedTypeCollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/commonapi/tests/DerivedTypeCollection.h')
-rw-r--r--src/test/commonapi/tests/DerivedTypeCollection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/commonapi/tests/DerivedTypeCollection.h b/src/test/commonapi/tests/DerivedTypeCollection.h
index 5cdcfd0..a3aba4f 100644
--- a/src/test/commonapi/tests/DerivedTypeCollection.h
+++ b/src/test/commonapi/tests/DerivedTypeCollection.h
@@ -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.
@@ -188,7 +188,6 @@ namespace DerivedTypeCollection {
}
};
typedef std::unordered_map<uint8_t, std::shared_ptr<TestPolymorphicStruct>> MapIntToPolymorphic;
- typedef std::unordered_map<std::shared_ptr<TestPolymorphicStruct>, uint8_t> MapPolymorphicToInt;
struct StructWithPolymorphicMember: CommonAPI::SerializableStruct {
uint32_t numberValue;
std::shared_ptr<TestPolymorphicStruct> polymorphicMember;