summaryrefslogtreecommitdiff
path: root/tests/Reactor_Timer_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 05:53:35 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 05:53:35 +0000
commit0e4074e5eb948725226f82c74847eb3d9f898d24 (patch)
tree8143a11e4dab1f05c4b60b232cdc01441cf74635 /tests/Reactor_Timer_Test.cpp
parent304b7d18f7920933c5485423a6a68d141fa1e1e5 (diff)
downloadATCD-0e4074e5eb948725226f82c74847eb3d9f898d24.tar.gz
Made CE friendly
Diffstat (limited to 'tests/Reactor_Timer_Test.cpp')
-rw-r--r--tests/Reactor_Timer_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Reactor_Timer_Test.cpp b/tests/Reactor_Timer_Test.cpp
index 54a63e81568..1f96c9f6fe6 100644
--- a/tests/Reactor_Timer_Test.cpp
+++ b/tests/Reactor_Timer_Test.cpp
@@ -36,7 +36,7 @@ public:
long current_count = long (arg);
ACE_ASSERT (current_count == count);
- ACE_DEBUG ((LM_DEBUG, "%d: Timer #%d timed out at %d!\n",
+ ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("%d: Timer #%d timed out at %d!\n"),
count, current_count, tv.sec ()));
count += (1 + odd);
@@ -49,9 +49,9 @@ public:
};
int
-main (int, char *[])
+main (int, ASYS_TCHAR *[])
{
- ACE_START_TEST ("Reactor_Timer_Test");
+ ACE_START_TEST (ASYS_TEXT ("Reactor_Timer_Test"));
ACE_Reactor reactor;