diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-17 04:04:44 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-17 04:04:44 +0000 |
commit | 2e413354c797bb9f1e12d6e2297c347c92c27dc0 (patch) | |
tree | 8a9b4fd2e49f774b808513e3ddc1f96c532d6717 /ace/WFMO_Reactor.cpp | |
parent | 0466b3f531afbc5a44a985fa12edf7977b390ad8 (diff) | |
download | ATCD-pace_removal.tar.gz |
ChangeLogTag:Wed Jul 17 03:50:56 UTC 2002 Don Hinton <dhinton@objectsciences.com>pace_removal
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_; |