Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / tests / Main.cpp
blob3d248d7016363d8f0cf708bdb9939ef573ef5245
2 //=============================================================================
3 /**
4 * @file Main.cpp
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[]);
17 int
18 ACE_TMAIN (int argc, ACE_TCHAR *argv[])
20 return run_main (argc, argv);