2 //=============================================================================
6 * This is a wrapper for the test programs. It obviates the test cpp's
7 * from having to always include OS.h.
9 * @author Don Hinton <dhinton@dresystems.com>
11 //=============================================================================
13 #include "ace/OS_main.h"
15 int run_main (int argc
, ACE_TCHAR
*argv
[]);
18 ACE_TMAIN (int argc
, ACE_TCHAR
*argv
[])
20 return run_main (argc
, argv
);