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 /examples/Log_Msg/test_ostream.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 'examples/Log_Msg/test_ostream.cpp')
-rw-r--r-- | examples/Log_Msg/test_ostream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Log_Msg/test_ostream.cpp b/examples/Log_Msg/test_ostream.cpp index 535c1432215..6bc0bee4fa8 100644 --- a/examples/Log_Msg/test_ostream.cpp +++ b/examples/Log_Msg/test_ostream.cpp @@ -24,7 +24,7 @@ ACE_RCSID(Log_Msg, test_ostream, "$Id$") int -main (int, ACE_TCHAR *[]) +ACE_TMAIN (int, ACE_TCHAR *[]) { // This message should show up in stderr. ACE_DEBUG ((LM_DEBUG, |