diff options
author | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-20 11:56:51 +0000 |
---|---|---|
committer | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-20 11:56:51 +0000 |
commit | b1ae6f2928f590e0241ac255b1550475db8dcef6 (patch) | |
tree | 2ee6528334f7714e6f81958f79921625f5344ed5 /TAO/tests/Bug_2124_Regression/test.cpp | |
parent | 89e221d6b7767d9f2ddd87a99a67d2e7c7151b71 (diff) | |
download | ATCD-b1ae6f2928f590e0241ac255b1550475db8dcef6.tar.gz |
ChangeLogTag: Fri May 20 12:38:34 2005 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tests/Bug_2124_Regression/test.cpp')
-rw-r--r-- | TAO/tests/Bug_2124_Regression/test.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2124_Regression/test.cpp b/TAO/tests/Bug_2124_Regression/test.cpp new file mode 100644 index 00000000000..6002cf0c9e9 --- /dev/null +++ b/TAO/tests/Bug_2124_Regression/test.cpp @@ -0,0 +1,15 @@ +/** + * @file test.cpp + * + * $Id$ + */ + +#include "TestC.h" + +int main( int argc, char* argv[] ) +{ + ACE_UNUSED_ARG( argc ) ; + ACE_UNUSED_ARG( argv ) ; + + return 0 ; +} |