Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Collocation / Collocation.cpp
blob0859f15b87ca2894311fbf83e538701a39c89529
1 #include "Collocation_Tester.h"
2 #include "tao/Strategies/advanced_resource.h"
4 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
6 try
8 Collocation_Test coll_test;
10 coll_test.init (argc, argv);
12 coll_test.run ();
14 coll_test.shutdown ();
16 catch (const CORBA::Exception& ex)
18 ex._tao_print_exception ("Uncaught exception: ");
21 return 0;