summaryrefslogtreecommitdiff
path: root/ace/XtReactor.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 05:02:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 05:02:18 +0000
commit4e34c2f5d8e5971aa4a93e1e1ea6d0e08204588a (patch)
treefdf59950ce2820b360d40d6fb5d8e70bd5098d47 /ace/XtReactor.cpp
parent39a89ae6c9f50d5cbb6e877f42a0b399356293dd (diff)
downloadATCD-4e34c2f5d8e5971aa4a93e1e1ea6d0e08204588a.tar.gz
ChangeLogTag:Wed May 6 23:58:40 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'ace/XtReactor.cpp')
-rw-r--r--ace/XtReactor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/XtReactor.cpp b/ace/XtReactor.cpp
index 2fbcaad80c5..69f0fb25416 100644
--- a/ace/XtReactor.cpp
+++ b/ace/XtReactor.cpp
@@ -40,7 +40,8 @@ ACE_XtReactor::ACE_XtReactor (XtAppContext context,
#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
this->notify_handler_.close ();
- this->notify_handler_.open (this);
+ this->notify_handler_.open (this, 0);
+ // @@ The notify pipe is always enabled, check this...
#endif /* ACE_MT_SAFE */
}