diff options
author | cbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-05-04 15:17:02 +0000 |
---|---|---|
committer | cbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-05-04 15:17:02 +0000 |
commit | 23eecc9b35c593cd7a7bffcc6bc0b124c017b827 (patch) | |
tree | 7a0a689d97dc12aeb22e6335e2a0084c53f405e8 /ACE | |
parent | 0c3d7d489ff19e13c4f5e3d82e0ac00ab0b61202 (diff) | |
download | ATCD-23eecc9b35c593cd7a7bffcc6bc0b124c017b827.tar.gz |
Wed May 4 15:16:53 UTC 2011 Chad Beaulac <chad.beaulac@objectivesolutions.com>
* ChangeLog: commiting comment
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 79dbb220a79..8db42ba8780 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,17 @@ +Wed May 4 15:07:46 UTC 2011 Chad Beaulac <chad.beaulac@objectivesolutions.com> + * ace/Stream.cpp: + Modified ACE_Stream::remove(name,flags) so close is always called + on the module that's removed regardless of the flags. Close needs + to be called to ensure proper lifecycle management when the + ACE_Service_Repository shuts down in its fini method. + Bugzilla #3912 + + * tests/Bug_3912_Regression_Test.conf: + * tests/Bug_3912_Regression_Test.cpp: + * tests/run_test.lst + * tests/test.mpc + Added test to assert that close is called. + Fri Apr 29 14:01:29 UTC 2011 Steve Huston <shuston@riverace.com> * tests/tests.mpc: For Message_Queue_Test add -bmaxdata:0x20000000 to |