diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-03 17:42:20 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-03 17:42:20 +0000 |
commit | b6d456c9d6cbbdf2052e4058aa1f5e8a6ee5c466 (patch) | |
tree | 2b4cfe48c805615a7494776b2625017666c90802 /ChangeLog | |
parent | 26748c3516744d69e95ad82a5a9948b080d84618 (diff) | |
download | ATCD-b6d456c9d6cbbdf2052e4058aa1f5e8a6ee5c466.tar.gz |
Altered code to use a smartish pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c821352019d..24797ed62c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 3 10:40:04 PDT 2000 James Hu <jxh@entera.com> + + * ace/Thread_Adapter.cpp: + * ace/Thread_Exit.cpp: + * ace/Thread_Exit.h: + + Changed this check to creating an ACE_Thread_Exit off the + heap via a smart pointeresque way of the TSS instance + fails to create. + Tue Oct 3 05:55:01 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> * ace/Hash_Map_Manager_T.cpp: Added && (__SUNPRO_CC == 0x420) |