diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-06 22:40:39 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-06 22:40:39 +0000 |
commit | 3927ff1519b1a14fcee0e770950cd5ae40fdf760 (patch) | |
tree | 45885e95294ca80d930ed4f66b7e96e130d62403 /ace/Proactor.h | |
parent | fedf87f14a545fa1b2f835090e23236e214424e3 (diff) | |
download | ATCD-3927ff1519b1a14fcee0e770950cd5ae40fdf760.tar.gz |
My Dog
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r-- | ace/Proactor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h index 65733afb31d..4116c15713c 100644 --- a/ace/Proactor.h +++ b/ace/Proactor.h @@ -154,8 +154,8 @@ public: protected: ACE_Timer_Queue *timer_queue_; - // Maintains the list of pending timers. Defined as a pointer to - // allow overriding by derived classes... + // Maintains the list of timers. Defined as a pointer to allow + // overriding by derived classes... int delete_timer_queue_; // Keeps track of whether we should delete the timer queue (if we |