diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-28 07:14:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-28 07:14:18 +0000 |
commit | ad66c757e62495734e28c3f3bbc33a9fd29217d3 (patch) | |
tree | b679cecc050588c642722e7dffd780ed81a442eb /ace/XtReactor.cpp | |
parent | d395a38d42932c86ebef82468f58c03b3529363e (diff) | |
download | ATCD-ad66c757e62495734e28c3f3bbc33a9fd29217d3.tar.gz |
yow
Diffstat (limited to 'ace/XtReactor.cpp')
-rw-r--r-- | ace/XtReactor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/XtReactor.cpp b/ace/XtReactor.cpp index b3ce9a152f5..e51a3552181 100644 --- a/ace/XtReactor.cpp +++ b/ace/XtReactor.cpp @@ -26,7 +26,8 @@ ACE_XtReactor::ACE_XtReactor (XtAppContext context, : ACE_Reactor (size, restart, h), context_ (context), id_len_ (0), - ids_ (0) + ids_ (0), + timeout_ (0) { // When the ACE_Reactor is constructed it creates the notify pipe // and registers it with the attach() method. The XtReactor |