From 70802b63320582f0afa8229659ea9fe4a21d02ec Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 13 Jul 2012 00:18:06 +0200 Subject: WinRT support --- cpp/test/Ice/exceptions/ServerAMD.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/test/Ice/exceptions/ServerAMD.cpp') diff --git a/cpp/test/Ice/exceptions/ServerAMD.cpp b/cpp/test/Ice/exceptions/ServerAMD.cpp index 1d4c745adfd..767c7ac0c83 100644 --- a/cpp/test/Ice/exceptions/ServerAMD.cpp +++ b/cpp/test/Ice/exceptions/ServerAMD.cpp @@ -8,8 +8,11 @@ // ********************************************************************** #include +#include #include +DEFINE_TEST("serveramd"); + using namespace std; int @@ -22,6 +25,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) Ice::ObjectPtr object = new ThrowerI(); adapter->add(object, communicator->stringToIdentity("thrower")); adapter->activate(); + TEST_READY communicator->waitForShutdown(); return EXIT_SUCCESS; } -- cgit v1.2.3