diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-07-12 22:55:38 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-07-12 22:55:38 +0000 |
commit | 01110c0ae534d0b718f273c406633462b4e5a313 (patch) | |
tree | 4ae8dae4bdd2cd29897415e2e11e526c2e0a3113 /java/test/IceXML/encoding/Test.ice | |
parent | fix for LocatorF.h (diff) | |
download | ice-01110c0ae534d0b718f273c406633462b4e5a313.tar.bz2 ice-01110c0ae534d0b718f273c406633462b4e5a313.tar.xz ice-01110c0ae534d0b718f273c406633462b4e5a313.zip |
dictionary restrictions
Diffstat (limited to 'java/test/IceXML/encoding/Test.ice')
-rw-r--r-- | java/test/IceXML/encoding/Test.ice | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/test/IceXML/encoding/Test.ice b/java/test/IceXML/encoding/Test.ice index 5dde97685ea..475c5c99e64 100644 --- a/java/test/IceXML/encoding/Test.ice +++ b/java/test/IceXML/encoding/Test.ice @@ -40,8 +40,6 @@ sequence<Struct4> Struct4Seq; dictionary<string, Struct4> StringStruct4Dict; -dictionary<Struct3, Struct4> Struct3Struct4Dict; - enum Color { Red, |