diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-06-27 17:54:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-06-27 17:54:30 +0200 |
commit | c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7 (patch) | |
tree | 5cb64dfe155e5d2349efb6c7dc4b0f5b5284d44a /csharp/test/IceSSL/configuration/TestI.cs | |
parent | Fix Windows php build to restore nuget packages (diff) | |
download | ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.bz2 ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.xz ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.zip |
Refactored SSL and iAP transports, support for running SSL on top
of TCP/iAP/Bluetooth.
Diffstat (limited to 'csharp/test/IceSSL/configuration/TestI.cs')
-rw-r--r-- | csharp/test/IceSSL/configuration/TestI.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/test/IceSSL/configuration/TestI.cs b/csharp/test/IceSSL/configuration/TestI.cs index 4b86136b6c6..b144dc0af9d 100644 --- a/csharp/test/IceSSL/configuration/TestI.cs +++ b/csharp/test/IceSSL/configuration/TestI.cs @@ -98,7 +98,6 @@ internal sealed class ServerFactoryI : ServerFactoryDisp_ { initData.properties.setProperty(key, props[key]); } - string[] args = new string[0]; Ice.Communicator communicator = Ice.Util.initialize(ref args, initData); Ice.ObjectAdapter adapter = communicator.createObjectAdapterWithEndpoints("ServerAdapter", "ssl"); @@ -106,7 +105,6 @@ internal sealed class ServerFactoryI : ServerFactoryDisp_ Ice.ObjectPrx obj = adapter.addWithUUID(server); servers_[obj.ice_getIdentity()] = server; adapter.activate(); - return ServerPrxHelper.uncheckedCast(obj); } |