summaryrefslogtreecommitdiff
path: root/ace/Task_T.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-08 03:00:48 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-08 03:00:48 +0000
commitc3c5c65990e08709a59a3a2c1d31161997e2a750 (patch)
treeccc2ba6a31b98bdb3ce1c19bc29dfcb540b9f078 /ace/Task_T.cpp
parent9d06140d8330d467a08764b399682a67808b7419 (diff)
downloadATCD-ami_phase3_end.tar.gz
This commit was manufactured by cvs2svn to create tagami_phase3_end
'ami_phase3_end'.
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r--ace/Task_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index 17c4612e67e..b6425369a05 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -56,8 +56,7 @@ ACE_Task<ACE_SYNCH_USE>::ACE_Task (ACE_Thread_Manager *thr_man,
if (mq == 0)
{
- ACE_NEW (mq,
- ACE_Message_Queue<ACE_SYNCH_USE>);
+ ACE_NEW (mq, ACE_Message_Queue<ACE_SYNCH_USE>);
this->delete_msg_queue_ = 1;
}