diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-26 18:48:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-26 18:48:06 +0000 |
commit | 1496689c75876a0b530b5607fb613c69e9e691a0 (patch) | |
tree | 7e7bb5e43b96de401923fd3319b9800d586dd78a /ace/Proactor.h | |
parent | 0ade236d792b248800b2aeefc274e26512ccdfe7 (diff) | |
download | ATCD-1496689c75876a0b530b5607fb613c69e9e691a0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r-- | ace/Proactor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h index f42859f70b7..8391993016d 100644 --- a/ace/Proactor.h +++ b/ace/Proactor.h @@ -20,11 +20,12 @@ #include "ace/Asynch_IO.h" #include "ace/Thread_Manager.h" -#include "ace/Timers.h" +#include "ace/Timer_Queue.h" #if defined (ACE_WIN32) // This only works on Win32 platforms +// Forward declarations. class ACE_Asynch_Result; class ACE_Proactor_Timer_Handler; class ACE_Proactor; |