diff options
author | Michi Henning <michi@zeroc.com> | 2004-09-01 04:21:34 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-09-01 04:21:34 +0000 |
commit | d05fc9fb6693969569d887620feb877da61bcd6d (patch) | |
tree | 97f6718e86d9a08d415dc6f8811c983a8fe78dc7 /cs/demo/Ice/nested/NestedI.cs | |
parent | Changed generated code to make it impossible for a client to receive an (diff) | |
download | ice-d05fc9fb6693969569d887620feb877da61bcd6d.tar.bz2 ice-d05fc9fb6693969569d887620feb877da61bcd6d.tar.xz ice-d05fc9fb6693969569d887620feb877da61bcd6d.zip |
Deprecation of global Slice definitions.
Diffstat (limited to 'cs/demo/Ice/nested/NestedI.cs')
-rwxr-xr-x | cs/demo/Ice/nested/NestedI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cs/demo/Ice/nested/NestedI.cs b/cs/demo/Ice/nested/NestedI.cs index 4442ccf468d..6c649edd0d5 100755 --- a/cs/demo/Ice/nested/NestedI.cs +++ b/cs/demo/Ice/nested/NestedI.cs @@ -7,6 +7,7 @@ // // ********************************************************************** +using Demo; class NestedI : _NestedDisp { |