summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 21:18:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 21:18:51 +0000
commit72f31a3b615b4acf94b679a7f7a39204ace0c381 (patch)
treed2a03a59e7a8e39f4aeef13f0b7eb07b589b076c /ace/Thread_Manager.h
parent8f8a2ba51de660ba91df2342783c72a930e8b39a (diff)
downloadATCD-72f31a3b615b4acf94b679a7f7a39204ace0c381.tar.gz
ChangeLogTag:Mon Mar 26 13:00:37 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/Thread_Manager.h')
-rw-r--r--ace/Thread_Manager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h
index 4b8e06518ec..a44a7052dd6 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -23,6 +23,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Synch.h"
+#include "ace/Unbounded_Queue.h"
#include "ace/Containers.h"
#include "ace/Free_List.h"
#include "ace/Singleton.h"
@@ -185,10 +186,10 @@ public:
/// Current state of the thread.
ACE_UINT32 state (void) const;
-
+
/// Return the pointer to an <ACE_Task_Base> or NULL if there's no
/// <ACE_Task_Base> associated with this thread.;
- ACE_Task_Base *task (void) const;
+ ACE_Task_Base *task (void) const;
protected:
/// Reset this base thread descriptor.