summaryrefslogtreecommitdiff
path: root/ace/Task_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-18 20:59:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-18 20:59:16 +0000
commit841717b44bb86caa49db4000b70ebf2b044bcc08 (patch)
tree1e2f59ea83ed34f1b83a31f5be0408d1bc7b7f9f /ace/Task_T.cpp
parente87c273f2f412006debc568d7a50f239b7c31e09 (diff)
downloadATCD-841717b44bb86caa49db4000b70ebf2b044bcc08.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r--ace/Task_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index cfbdfcdfb66..3cd18710e64 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -38,7 +38,7 @@ ACE_Task<ACE_SYNCH_USE>::dump (void) const
template<ACE_SYNCH_DECL>
ACE_Task<ACE_SYNCH_USE>::ACE_Task (ACE_Thread_Manager *thr_man,
- ACE_Message_Queue<ACE_SYNCH_USE> *mq)
+ ACE_Message_Queue<ACE_SYNCH_USE> *mq)
: ACE_Task_Base (thr_man),
msg_queue_ (0),
delete_msg_queue_ (0),