summaryrefslogtreecommitdiff
path: root/ace/ReactorEx.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-02 05:57:02 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-02 05:57:02 +0000
commitb5d74ab41e50d01e41ee3edf3afb45b76479292c (patch)
tree8b0ae86bc652f263f3c443d8d15ea0bec0395bc4 /ace/ReactorEx.cpp
parentd41aac9ef6db32b5d511779634466f7518ac1e99 (diff)
downloadATCD-b5d74ab41e50d01e41ee3edf3afb45b76479292c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ReactorEx.cpp')
-rw-r--r--ace/ReactorEx.cpp2
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);
}