diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-03-12 14:40:15 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-03-12 14:40:15 +0000 |
commit | a9d547b5be1fc4a102c1f26d1f277343e93c4ad9 (patch) | |
tree | 693a73d5187c515f587710d47f7a1dd0a071d728 /cpp | |
parent | fix (diff) | |
download | ice-a9d547b5be1fc4a102c1f26d1f277343e93c4ad9.tar.bz2 ice-a9d547b5be1fc4a102c1f26d1f277343e93c4ad9.tar.xz ice-a9d547b5be1fc4a102c1f26d1f277343e93c4ad9.zip |
Removed local from IdentitySeq
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/Identity.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/slice/Ice/Identity.ice b/cpp/slice/Ice/Identity.ice index 62a1157aaef..3eeda7f6366 100644 --- a/cpp/slice/Ice/Identity.ice +++ b/cpp/slice/Ice/Identity.ice @@ -56,7 +56,7 @@ local dictionary<Identity, Object> ObjectDict; * A sequence of identities. * **/ -local sequence<Identity> IdentitySeq; +sequence<Identity> IdentitySeq; }; |