summaryrefslogtreecommitdiff
path: root/ace/Acceptor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-01 08:40:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-01 08:40:32 +0000
commit76171efcb983b4f2ff55a4013fed794f7a9bb471 (patch)
treea817b83efdc199c8f292b9a5bfd4047ef900f6b0 /ace/Acceptor.cpp
parentbad6c3a7b49b64377c60931084a6ef68ae64877b (diff)
downloadATCD-76171efcb983b4f2ff55a4013fed794f7a9bb471.tar.gz
foo
Diffstat (limited to 'ace/Acceptor.cpp')
-rw-r--r--ace/Acceptor.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/ace/Acceptor.cpp b/ace/Acceptor.cpp
index f67c77115fe..a54aa8d69fa 100644
--- a/ace/Acceptor.cpp
+++ b/ace/Acceptor.cpp
@@ -456,12 +456,12 @@ ACE_Strategy_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::ACE_Strategy_Acceptor
(const char service_name[],
const char service_description[])
: creation_strategy_ (0),
- accept_strategy_ (0),
- concurrency_strategy_ (0),
- scheduling_strategy_ (0),
delete_creation_strategy_ (0),
+ accept_strategy_ (0),
delete_accept_strategy_ (0),
+ concurrency_strategy_ (0),
delete_concurrency_strategy_ (0),
+ scheduling_strategy_ (0),
delete_scheduling_strategy_ (0),
service_name_ (0),
service_description_ (0)
@@ -674,8 +674,8 @@ ACE_Oneshot_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::open
template <class SVC_HANDLER, ACE_PEER_ACCEPTOR_1>
ACE_Oneshot_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::ACE_Oneshot_Acceptor (void)
- : delete_concurrency_strategy_ (0),
- reactor_ (0)
+ : reactor_ (0),
+ delete_concurrency_strategy_ (0)
{
ACE_TRACE ("ACE_Oneshot_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::ACE_Oneshot_Acceptor");
}
@@ -716,8 +716,8 @@ ACE_Oneshot_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::handle_close (ACE_HANDLE
// Note that if we aren't actually registered with the
// ACE_Reactor then it's ok for this call to fail...
- this->reactor_ && this->reactor_->remove_handler (this,
- ACE_Event_Handler::READ_MASK | ACE_Event_Handler::DONT_CALL);
+ this->reactor_ && this->reactor_->remove_handler
+ (this, ACE_Event_Handler::READ_MASK | ACE_Event_Handler::DONT_CALL);
this->reactor_ = 0;