summaryrefslogtreecommitdiff
path: root/apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp')
-rw-r--r--apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp b/apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp
index 67710d0f543..c02b7ababff 100644
--- a/apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp
+++ b/apps/JAWS/PROTOTYPE/JAWS/IO_Handler.cpp
@@ -334,15 +334,14 @@ JAWS_Asynch_Handler::open (ACE_HANDLE h,
this->handler ()->message_block ()->copy (mb.rd_ptr (), mb.length ());
#endif
- ACE_Asynch_Accept_Result_Impl *fake_result
- = ACE_Proactor::instance ()->create_asynch_accept_result
- (*this, JAWS_IO_Asynch_Acceptor_Singleton::instance ()->get_handle (),
- h, mb, JAWS_Data_Block::JAWS_DATA_BLOCK_SIZE,
- this->ioh_, ACE_INVALID_HANDLE, 0);
+ ACE_Asynch_Accept::Result fake_result
+ (*this, JAWS_IO_Asynch_Acceptor_Singleton::instance ()->get_handle (),
+ h, mb, JAWS_Data_Block::JAWS_DATA_BLOCK_SIZE,
+ this->ioh_, ACE_INVALID_HANDLE);
this->handler ()->handler_ = this;
- fake_result->complete (0, 1, 0);
+ fake_result.complete (0, 1, 0);
}
void