summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 08:06:01 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 08:06:01 +0000
commitc015d1f1ad954637b9687744db7a199e8706068e (patch)
tree18944a40e9aa80690103d9a30bc19765ab5b9369 /examples
parent5e18aa3df89d081633ec1f4957babcba0b891554 (diff)
downloadATCD-c015d1f1ad954637b9687744db7a199e8706068e.tar.gz
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/Reactor/Proactor/test_proactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Proactor/test_proactor.cpp b/examples/Reactor/Proactor/test_proactor.cpp
index cc6aa424f87..c4759036276 100644
--- a/examples/Reactor/Proactor/test_proactor.cpp
+++ b/examples/Reactor/Proactor/test_proactor.cpp
@@ -576,7 +576,7 @@ main (int argc, char *argv[])
Sender sender;
// Note: acceptor parameterized by the Receiver
- ACE_Asynch_Acceptor <Receiver> acceptor;
+ ACE_Asynch_Acceptor<Receiver> acceptor;
// If passive side
if (host == 0)