summaryrefslogtreecommitdiff
path: root/cpp/src/slice2xsd/Gen.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-08-27 18:56:04 +0000
committerMark Spruiell <mes@zeroc.com>2002-08-27 18:56:04 +0000
commit57e3b030a6c6d92b40db07fee710a5bcd60fb26d (patch)
tree70487e18f41d923b83dbde79bbbac6574703cc1c /cpp/src/slice2xsd/Gen.cpp
parentadding XML support (diff)
downloadice-57e3b030a6c6d92b40db07fee710a5bcd60fb26d.tar.bz2
ice-57e3b030a6c6d92b40db07fee710a5bcd60fb26d.tar.xz
ice-57e3b030a6c6d92b40db07fee710a5bcd60fb26d.zip
bug fix
Diffstat (limited to 'cpp/src/slice2xsd/Gen.cpp')
-rw-r--r--cpp/src/slice2xsd/Gen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2xsd/Gen.cpp b/cpp/src/slice2xsd/Gen.cpp
index b93dc8eeead..1cc2e94a7ff 100644
--- a/cpp/src/slice2xsd/Gen.cpp
+++ b/cpp/src/slice2xsd/Gen.cpp
@@ -392,6 +392,8 @@ Slice::Gen::visitDictionary(const DictionaryPtr& p)
os << "xs:complexType name=\"" << internalId << scopeId << p->name() << "ContentType\"";
O << se(os.str());
+ annotate("struct");
+
O << se("xs:sequence");
O.inc();