diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
commit | d86f427ede3d90e8f579a52061449d39a611bd55 (patch) | |
tree | 04db92726a3f75f550b325bd4924ec24b6bdebd6 /ace/Task.cpp | |
parent | 6ca4654f27f63096ee7f1f0c3b3b95b76d1ce5a1 (diff) | |
download | ATCD-d86f427ede3d90e8f579a52061449d39a611bd55.tar.gz |
I'm done
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r-- | ace/Task.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp index e726a234af3..20e7dc4114a 100644 --- a/ace/Task.cpp +++ b/ace/Task.cpp @@ -131,14 +131,14 @@ ACE_Task<ACE_SYNCH_2>::dump (void) const template<ACE_SYNCH_1> ACE_Task<ACE_SYNCH_2>::ACE_Task (ACE_Thread_Manager *thr_man, ACE_Message_Queue<ACE_SYNCH_2> *mq) - : delete_msg_queue_ (0), + : thr_count_ (0), thr_mgr_ (thr_man), - mod_ (0), - flags_ (0), - grp_id_ (0), - thr_count_ (0), msg_queue_ (0), - next_ (0) + delete_msg_queue_ (0), + flags_ (0), + mod_ (0), + next_ (0), + grp_id_ (0) { ACE_TRACE ("ACE_Task<ACE_SYNCH_2>::ACE_Task"); |