summaryrefslogtreecommitdiff
path: root/tests/Notify_Performance_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-04 22:09:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-04 22:09:54 +0000
commita32413b96efc0266d28b161855b2e035bb328666 (patch)
tree7abb612d4e53d3201600fdf798fa4211ede1739e /tests/Notify_Performance_Test.cpp
parent926e51aa9a58906be55c864bbc4a0d4b60109b30 (diff)
downloadATCD-a32413b96efc0266d28b161855b2e035bb328666.tar.gz
ChangeLogTag:Sun Jul 4 17:06:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Notify_Performance_Test.cpp')
-rw-r--r--tests/Notify_Performance_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Notify_Performance_Test.cpp b/tests/Notify_Performance_Test.cpp
index b5da74f9017..1f752964c49 100644
--- a/tests/Notify_Performance_Test.cpp
+++ b/tests/Notify_Performance_Test.cpp
@@ -118,7 +118,7 @@ create_reactor (void)
static void
print_results (ACE_Profile_Timer::ACE_Elapsed_Time &et)
{
- ASYS_TCHAR *reactor_type = 0;
+ const ASYS_TCHAR *reactor_type = 0;
if (opt_wfmo_reactor)
reactor_type = ASYS_TEXT ("WFMO_Reactor");
else if (opt_select_reactor)