diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-17 05:33:17 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-17 05:33:17 +0000 |
commit | 05b8126a95f6db2a868ec1b9d9badaad7ca1df8f (patch) | |
tree | 41e2db0527b92d0fff79fcd9de924b6415cb7313 /ace/WFMO_Reactor.cpp | |
parent | 396eda5ccfc9883909f280bcdec744f549bb7f50 (diff) | |
download | ATCD-05b8126a95f6db2a868ec1b9d9badaad7ca1df8f.tar.gz |
ChangeLogTag:Wed Jul 17 03:50:56 UTC 2002 Don Hinton <dhinton@objectsciences.com>
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r-- | ace/WFMO_Reactor.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp index 4105763137a..f5b203fd2f6 100644 --- a/ace/WFMO_Reactor.cpp +++ b/ace/WFMO_Reactor.cpp @@ -1912,15 +1912,8 @@ ACE_WFMO_Reactor::simple_dispatch_handler (int slot, // This dispatch is used for non-I/O entires // Assign the ``signaled'' HANDLE so that callers can get it. -#if defined (ACE_HAS_PACE) - // siginfo_t is typedef'd to a pace_siginfo_t where there - // exists no constructor. - siginfo_t sig; - sig.si_handle_ = event_handle; -#else // siginfo_t is an ACE - specific fabrication. Constructor exists. siginfo_t sig (event_handle); -#endif // ACE_HAS_PACE ACE_Event_Handler *eh = this->handler_rep_.current_info ()[slot].event_handler_; |