summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/nested/NestedClient.cs
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-09-01 04:21:34 +0000
committerMichi Henning <michi@zeroc.com>2004-09-01 04:21:34 +0000
commitd05fc9fb6693969569d887620feb877da61bcd6d (patch)
tree97f6718e86d9a08d415dc6f8811c983a8fe78dc7 /cs/demo/Ice/nested/NestedClient.cs
parentChanged generated code to make it impossible for a client to receive an (diff)
downloadice-d05fc9fb6693969569d887620feb877da61bcd6d.tar.bz2
ice-d05fc9fb6693969569d887620feb877da61bcd6d.tar.xz
ice-d05fc9fb6693969569d887620feb877da61bcd6d.zip
Deprecation of global Slice definitions.
Diffstat (limited to 'cs/demo/Ice/nested/NestedClient.cs')
-rwxr-xr-xcs/demo/Ice/nested/NestedClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/nested/NestedClient.cs b/cs/demo/Ice/nested/NestedClient.cs
index 1fd42685567..46d1b84b2b3 100755
--- a/cs/demo/Ice/nested/NestedClient.cs
+++ b/cs/demo/Ice/nested/NestedClient.cs
@@ -7,8 +7,8 @@
//
// **********************************************************************
-
using System;
+using Demo;
class NestedClient : Ice.Application
{