diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-06 21:48:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-06 21:48:04 +0000 |
commit | 3ae167a5e9d819407fa4a05f0d518b25265d76bf (patch) | |
tree | 5ec27b869b80ab5e84a381932afb8d7df29634aa /tests/Conn_Test.cpp | |
parent | a7b3c4626215b3e743ad4a092ac8619f192a6437 (diff) | |
download | ATCD-3ae167a5e9d819407fa4a05f0d518b25265d76bf.tar.gz |
ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r-- | tests/Conn_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp index f06e2666f3f..6c450269fd6 100644 --- a/tests/Conn_Test.cpp +++ b/tests/Conn_Test.cpp @@ -811,7 +811,7 @@ spawn_threads (ACCEPTOR *acceptor, #endif /* ! ACE_LACKS_FORK && ACE_HAS_THREADS */ int -main (int argc, ACE_TCHAR *argv[]) +ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { ACE_START_TEST (ACE_TEXT ("Conn_Test")); int status = 0; |