Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_2124_Regression / test.cpp
blob03b46120c3e34b7745d3fc7fc14a2f8cea5b6cfd
1 /**
2 * @file test.cpp
3 */
5 #include "TestC.h"
7 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
9 ACE_UNUSED_ARG (argc);
10 ACE_UNUSED_ARG (argv);
12 return 0;