summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/admin/Client.cs
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-03-25 13:11:37 -0700
committerMark Spruiell <mes@zeroc.com>2016-03-25 13:11:37 -0700
commitb12e7da5fd988e6a1e4bd954bff8afcfaf3e9e56 (patch)
tree4face8ed582437d5dcd57f1112d35755ce687bb3 /csharp/test/Ice/admin/Client.cs
parentICE-7064 - csharp IceSSL\configuration fixes (diff)
downloadice-b12e7da5fd988e6a1e4bd954bff8afcfaf3e9e56.tar.bz2
ice-b12e7da5fd988e6a1e4bd954bff8afcfaf3e9e56.tar.xz
ice-b12e7da5fd988e6a1e4bd954bff8afcfaf3e9e56.zip
Unity fixes
Diffstat (limited to 'csharp/test/Ice/admin/Client.cs')
-rw-r--r--csharp/test/Ice/admin/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/admin/Client.cs b/csharp/test/Ice/admin/Client.cs
index c651a20271c..ef157470e0a 100644
--- a/csharp/test/Ice/admin/Client.cs
+++ b/csharp/test/Ice/admin/Client.cs
@@ -30,7 +30,7 @@ public class Client
int status = 0;
Ice.Communicator communicator = null;
-#if !COMPACT
+#if !COMPACT && !UNITY
Debug.Listeners.Add(new ConsoleTraceListener());
#endif