summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_2122_Regression/test.cpp
blob: a9739dc24297c6fc4bf8352c940d2de1285cf8c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file test.cpp
 *
 * $Id$
 */

#include "TestC.h"

int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
   ACE_UNUSED_ARG (argc);
   ACE_UNUSED_ARG (argv);

   return 0;
}