diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-16 07:31:00 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-16 07:31:00 +0000 |
commit | f18c619e3fd32fd10bd2094e4a392637a7b28e1b (patch) | |
tree | ff00be9a1875bec52f1e1d49930696c081c54eb1 /ace/Task_T.cpp | |
parent | 25a0c9ae091fe397acabb4fbb7a9e46dfb846d61 (diff) | |
download | ATCD-f18c619e3fd32fd10bd2094e4a392637a7b28e1b.tar.gz |
CE stuff.
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r-- | ace/Task_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp index 0b5874cf44c..d48dd6d9a62 100644 --- a/ace/Task_T.cpp +++ b/ace/Task_T.cpp @@ -78,7 +78,7 @@ ACE_Task<ACE_SYNCH_USE>::sibling (void) return this->mod_->sibling (this); } -template<ACE_SYNCH_DECL> const char * +template<ACE_SYNCH_DECL> const ASYS_TCHAR * ACE_Task<ACE_SYNCH_USE>::name (void) const { ACE_TRACE ("ACE_Task<ACE_SYNCH_USE>::name"); |