diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-22 14:25:58 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-22 14:25:58 +0000 |
commit | 184af346c2a83be611bf1052a326007e7810e000 (patch) | |
tree | 1a3c87a9a6b4d5acf05c4678cdf67d979b09f847 /ace/XtReactor.cpp | |
parent | 80303ccda185a21d1533c6c4245993a31b8c0910 (diff) | |
download | ATCD-184af346c2a83be611bf1052a326007e7810e000.tar.gz |
ChangeLogTag:Mon Jun 22 09:25:32 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/XtReactor.cpp')
-rw-r--r-- | ace/XtReactor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/XtReactor.cpp b/ace/XtReactor.cpp index 1b7bdcfbf7e..f9fe33c5909 100644 --- a/ace/XtReactor.cpp +++ b/ace/XtReactor.cpp @@ -32,8 +32,8 @@ ACE_XtReactor::ACE_XtReactor (XtAppContext context, // notification handler in the constructor of the XtReactor. #if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) - this->notify_handler_.close (); - this->notify_handler_.open (this, 0); + this->notify_handler_->close (); + this->notify_handler_->open (this, 0); #endif /* ACE_MT_SAFE */ } |