From c5ee6fd5310199110dae6b2d01decbd20174d8db Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 27 Apr 2017 13:05:25 +0200 Subject: Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin --- cpp/test/Ice/exceptions/Server.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/test/Ice/exceptions/Server.cpp') diff --git a/cpp/test/Ice/exceptions/Server.cpp b/cpp/test/Ice/exceptions/Server.cpp index 2f5d9320931..b91c49d88d5 100644 --- a/cpp/test/Ice/exceptions/Server.cpp +++ b/cpp/test/Ice/exceptions/Server.cpp @@ -43,6 +43,8 @@ main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS Ice::registerIceSSL(false); + Ice::registerIceWS(true); + Ice::registerIceUDP(true); #endif try -- cgit v1.2.3