summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-26 18:48:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-26 18:48:06 +0000
commitdb6aeae3d09f810f1529c0bfe6ad6cfe0dc0630f (patch)
tree7e7bb5e43b96de401923fd3319b9800d586dd78a /ace/Proactor.h
parent1096fb8639512ab1aacbedf3a2a55b699ade132b (diff)
downloadATCD-db6aeae3d09f810f1529c0bfe6ad6cfe0dc0630f.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h3
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;