diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-25 13:11:37 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-25 13:11:37 -0700 |
commit | b12e7da5fd988e6a1e4bd954bff8afcfaf3e9e56 (patch) | |
tree | 4face8ed582437d5dcd57f1112d35755ce687bb3 /csharp/test/Ice/admin/Client.cs | |
parent | ICE-7064 - csharp IceSSL\configuration fixes (diff) | |
download | ice-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.cs | 2 |
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 |