Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Smart_Proxies / Collocation / main.cpp
blob11c916abe48a092e0dfb432d52b8a51b6bab9795
1 #include "Coll_Tester.h"
2 #include "tao/Strategies/advanced_resource.h"
4 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
6 Collocation_Test coll_test;
8 try
10 coll_test.init (argc, argv);
12 coll_test.run ();
14 catch (const CORBA::Exception& ex)
16 ex._tao_print_exception ("Uncaught exception: ");
19 return 0;