diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 05:57:02 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 05:57:02 +0000 |
commit | b5d74ab41e50d01e41ee3edf3afb45b76479292c (patch) | |
tree | 8b0ae86bc652f263f3c443d8d15ea0bec0395bc4 /ace/ReactorEx.cpp | |
parent | d41aac9ef6db32b5d511779634466f7518ac1e99 (diff) | |
download | ATCD-b5d74ab41e50d01e41ee3edf3afb45b76479292c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ReactorEx.cpp')
-rw-r--r-- | ace/ReactorEx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ReactorEx.cpp b/ace/ReactorEx.cpp index e54d85652b5..1fbbec42c9c 100644 --- a/ace/ReactorEx.cpp +++ b/ace/ReactorEx.cpp @@ -35,7 +35,7 @@ ACE_ReactorEx::~ACE_ReactorEx (void) int ACE_ReactorEx::notify (ACE_Event_Handler *eh, - ACE_Reactor_Mask mask); + ACE_Reactor_Mask mask) { return notify_handler_.notify (eh, mask); } |