summaryrefslogtreecommitdiff
path: root/csharp/test/Glacier2/router/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Glacier2/router/Client.cs')
-rw-r--r--csharp/test/Glacier2/router/Client.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/csharp/test/Glacier2/router/Client.cs b/csharp/test/Glacier2/router/Client.cs
index 6f01f768014..064fcdccfb8 100644
--- a/csharp/test/Glacier2/router/Client.cs
+++ b/csharp/test/Glacier2/router/Client.cs
@@ -7,11 +7,9 @@
//
// **********************************************************************
-using Glacier2;
using Test;
using System;
using System.Collections.Generic;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -27,7 +25,6 @@ public class Client
public override int run(string[] args)
{
Ice.ObjectPrx routerBase;
-
{
Console.Out.Write("testing stringToProxy for router... ");
Console.Out.Flush();
@@ -36,7 +33,6 @@ public class Client
}
Glacier2.RouterPrx router;
-
{
Console.Out.Write("testing checked cast for router... ");
Console.Out.Flush();
@@ -451,15 +447,6 @@ public class Client
initData.properties = Ice.Util.createProperties(ref args);
initData.properties.setProperty("Ice.Warn.Connections", "0");
-
-#if COMPACT
- //
- // When using Ice for .NET Compact Framework, we need to specify
- // the assembly so that Ice can locate classes and exceptions.
- //
- initData.properties.setProperty("Ice.FactoryAssemblies", "client");
-#endif
-
App app = new App();
return app.main(args, initData);
}