summaryrefslogtreecommitdiff
path: root/tests/Codecs_Test.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 21:49:04 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 21:49:04 +0000
commitb1e7304b4fa05fcaa09753a9e77fa2dca85fe09e (patch)
treef6f6d6c005bf2d97bdb450d27bb26fa461ac3d90 /tests/Codecs_Test.cpp
parente83a1631cd3ba3acab4d3583b3428f15ee0b29ac (diff)
downloadATCD-b1e7304b4fa05fcaa09753a9e77fa2dca85fe09e.tar.gz
ChangeLogTag:Sat May 17 19:31:43 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_030425
Diffstat (limited to 'tests/Codecs_Test.cpp')
-rw-r--r--tests/Codecs_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Codecs_Test.cpp b/tests/Codecs_Test.cpp
index 9cdef2808d1..7da81373342 100644
--- a/tests/Codecs_Test.cpp
+++ b/tests/Codecs_Test.cpp
@@ -19,6 +19,7 @@
#include "test_config.h"
#include "ace/Codecs.h"
#include "ace/Auto_Ptr.h"
+#include "ace/ACE.h"
ACE_RCSID(tests, Codecs_Test, "$Id$")
@@ -81,7 +82,7 @@ encode_decode_stream (const ACE_Byte* stream, size_t length)
}
int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
+run_main (int argc, ACE_TCHAR *argv[])
{
ACE_UNUSED_ARG (argc);
ACE_UNUSED_ARG (argv);