diff options
author | Michi Henning <michi@zeroc.com> | 2005-09-21 03:17:49 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-09-21 03:17:49 +0000 |
commit | c8c8274bf45e01e1b951c309df0e7565aec149c0 (patch) | |
tree | d83ad78d2a3ef5f9a3d27244b3608cf58a655115 /cs/demo/Ice/nested/NestedI.cs | |
parent | Bug 467. (diff) | |
download | ice-c8c8274bf45e01e1b951c309df0e7565aec149c0.tar.bz2 ice-c8c8274bf45e01e1b951c309df0e7565aec149c0.tar.xz ice-c8c8274bf45e01e1b951c309df0e7565aec149c0.zip |
Bug 426.
Diffstat (limited to 'cs/demo/Ice/nested/NestedI.cs')
-rwxr-xr-x | cs/demo/Ice/nested/NestedI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/nested/NestedI.cs b/cs/demo/Ice/nested/NestedI.cs index 8206ce955a6..07daa8edf64 100755 --- a/cs/demo/Ice/nested/NestedI.cs +++ b/cs/demo/Ice/nested/NestedI.cs @@ -9,7 +9,7 @@ using Demo; -class NestedI : _NestedDisp +class NestedI : NestedDisp_ { internal NestedI(NestedPrx self) { |