diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-18 14:06:36 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-18 14:06:36 +0000 |
commit | 2605c072815f9ccd60436bd6882080bbd832c962 (patch) | |
tree | 88350bbebbcd9d12bce5cf65d6dcdca991c5944b /ace/Proactor.h | |
parent | 65b0ecc7a8b242cb09e98aa49911f2b8fd087d3f (diff) | |
download | ATCD-2605c072815f9ccd60436bd6882080bbd832c962.tar.gz |
foo
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r-- | ace/Proactor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h index 45ba0f8be7f..602e4f64503 100644 --- a/ace/Proactor.h +++ b/ace/Proactor.h @@ -174,7 +174,7 @@ protected: ACE_Manual_Event shared_event_; // Win32 HANDLE associated with every operation that signals when // any operation completes (used to transparently integrate the - // <ACE_Proactor> with the <ACE_Dispatcher>). + // <ACE_Proactor> with the <ACE_ReactorEx>). }; class ACE_Export ACE_Overlapped_File |