diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-17 21:49:04 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-17 21:49:04 +0000 |
commit | b1e7304b4fa05fcaa09753a9e77fa2dca85fe09e (patch) | |
tree | f6f6d6c005bf2d97bdb450d27bb26fa461ac3d90 /tests/CDR_Array_Test.cpp | |
parent | e83a1631cd3ba3acab4d3583b3428f15ee0b29ac (diff) | |
download | ATCD-dre_030425.tar.gz |
ChangeLogTag:Sat May 17 19:31:43 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_030425
Diffstat (limited to 'tests/CDR_Array_Test.cpp')
-rw-r--r-- | tests/CDR_Array_Test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CDR_Array_Test.cpp b/tests/CDR_Array_Test.cpp index b48fafbcc4e..c5ee79e07bf 100644 --- a/tests/CDR_Array_Test.cpp +++ b/tests/CDR_Array_Test.cpp @@ -45,6 +45,7 @@ #include "ace/Get_Opt.h" #include "ace/CDR_Stream.h" #include "ace/High_Res_Timer.h" +#include "ace/ACE.h" #if defined(USE_GETRUSAGE) && !defined(ACE_HAS_GETRUSAGE) #error "Can't define USE_GETRUSAGE on this platform." @@ -884,7 +885,7 @@ validiters (int n) } int -ACE_TMAIN (int argc, ACE_TCHAR *argv[]) +run_main (int argc, ACE_TCHAR *argv[]) { ACE_START_TEST (ACE_TEXT ("CDR_Array_Test")); |