diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 22:14:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 22:14:49 +0000 |
commit | ffc06948a34c269189ac91d4d81bb62cd9b02a73 (patch) | |
tree | b792c0fe50395fa319209dca4c41322a4e287921 /ace/XtReactor.h | |
parent | b8ee15a3e82e37955eccf71a26bf81f4352fa127 (diff) | |
download | ATCD-ffc06948a34c269189ac91d4d81bb62cd9b02a73.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/XtReactor.h')
-rw-r--r-- | ace/XtReactor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/XtReactor.h b/ace/XtReactor.h index 97ae17c98b6..acc0735727f 100644 --- a/ace/XtReactor.h +++ b/ace/XtReactor.h @@ -103,6 +103,7 @@ protected: virtual int XtWaitForMultipleEvents (int, ACE_Select_Reactor_Handle_Set &, ACE_Time_Value *); + //Wait for Xt events to occur. XtAppContext context_; ACE_XtReactorID *ids_; |