summaryrefslogtreecommitdiff
path: root/tests/Priority_Reactor_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-23 02:09:14 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-23 02:09:14 +0000
commit1b9bf25ac6d0a926a880b6d4dbf65eafeb80e880 (patch)
treeb0141174a0a992ad5b149d7285bc2ed976faf9a3 /tests/Priority_Reactor_Test.cpp
parentae1b0db791e7cbc52614cd135a8876f55c17c80f (diff)
downloadATCD-1b9bf25ac6d0a926a880b6d4dbf65eafeb80e880.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Priority_Reactor_Test.cpp')
-rw-r--r--tests/Priority_Reactor_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Priority_Reactor_Test.cpp b/tests/Priority_Reactor_Test.cpp
index 9e2a3692a36..bb1cf5a4614 100644
--- a/tests/Priority_Reactor_Test.cpp
+++ b/tests/Priority_Reactor_Test.cpp
@@ -253,8 +253,9 @@ main (int argc, char *argv[])
}
// Manage memory automagically.
- auto_ptr<ACE_Select_Reactor> impl;
+ // Note: This ordering is very subtle...
auto_ptr<ACE_Reactor> reactor;
+ auto_ptr<ACE_Select_Reactor> impl;
if (opt_priority_reactor)
{
@@ -332,7 +333,7 @@ main (int argc, char *argv[])
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) running out of time, "
- "probably due to failed connections."));
+ "probably due to failed connections.\n"));
}
ACE_DEBUG ((LM_DEBUG, "(%P|%t) waiting for the children...\n"));