diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-04 03:53:54 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-04 03:53:54 +0000 |
commit | 937a0506cb1c0980eab5bcfdf266139e1c93e80c (patch) | |
tree | 12103be26b2e9b0cd1869d7fd72a1f8a8ec362e6 /ace/Activation_Queue.h | |
parent | 868bea2cbe0807f9db59c1997ede86af27fbc8e3 (diff) | |
download | ATCD-937a0506cb1c0980eab5bcfdf266139e1c93e80c.tar.gz |
ChangeLogTag:Mon Aug 4 03:26:30 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Activation_Queue.h')
-rw-r--r-- | ace/Activation_Queue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h index 1fcb6b7a297..4557e248c67 100644 --- a/ace/Activation_Queue.h +++ b/ace/Activation_Queue.h @@ -15,13 +15,14 @@ #define ACE_ACTIVATION_QUEUE_H #include /**/ "ace/pre.h" -#include "ace/Synch_T.h" +#include "ace/ACE_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Message_Queue.h" +#include "ace/Condition_Thread_Mutex.h" #include "ace/Method_Request.h" // Be compatible with the terminology in the POSA2 book! |