summaryrefslogtreecommitdiff
path: root/tests/Thread_Pool_Reactor_Test.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-02 21:56:19 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-02 21:56:19 +0000
commitbcc22abe7c934ac084cf8b02331a9d504793106c (patch)
treed0845907d23c0d19d7a2f985283a8fecf1bc1686 /tests/Thread_Pool_Reactor_Test.h
parent86fe45336c136eab7e6d7610b1b82b1d99fd7a89 (diff)
downloadATCD-bcc22abe7c934ac084cf8b02331a9d504793106c.tar.gz
Renamed Acceptor_Handler to Request_Handler
Diffstat (limited to 'tests/Thread_Pool_Reactor_Test.h')
-rw-r--r--tests/Thread_Pool_Reactor_Test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Thread_Pool_Reactor_Test.h b/tests/Thread_Pool_Reactor_Test.h
index 97de16bb490..aef5d3bcdfd 100644
--- a/tests/Thread_Pool_Reactor_Test.h
+++ b/tests/Thread_Pool_Reactor_Test.h
@@ -31,12 +31,12 @@
#include "ace/Svc_Handler.h"
#include "ace/Synch.h"
-class Acceptor_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_MT_SYNCH>
+class Request_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_MT_SYNCH>
{
// = TITLE
// This class is the Svc_Handler used by <Acceptor>.
public:
- Acceptor_Handler (ACE_Thread_Manager *tm = 0);
+ Request_Handler (ACE_Thread_Manager *tm = 0);
// The default constructor makes sure the right reactor is used.
protected: