summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/throughput/Client.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/throughput/Client.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/throughput/Client.cs')
-rwxr-xr-xcs/demo/Ice/throughput/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/throughput/Client.cs b/cs/demo/Ice/throughput/Client.cs
index db21e17f746..6d419d98798 100755
--- a/cs/demo/Ice/throughput/Client.cs
+++ b/cs/demo/Ice/throughput/Client.cs
@@ -7,8 +7,8 @@
//
// **********************************************************************
-
using System;
+using Demo;
public class Client
{