| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
<chad.beaulac@objectivesolutions.com>
* ace/Stream.cpp
* tests/Bug_3912_Regression_Test.cpp
* tests/Bug_3912_Regression_Test.conf
Fixed FUZZ whitespace and Id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* tests/Bug_3912_Regression_Test.conf
* tests/run_test.lst
* tests/Bug_3912_Regression_Test.cpp
* tests/tests.mpc
Removed 3912 Test and conf file.
Will re-add after code freeze for upcoming release.
|
|
* ace/Stream.cpp
ACE_Stream::remove(module) always calls close on the Module now.
It use to only call close when the flags was M_DELETE_NONE.
* tests/Bug_3912_Regression_Test.conf
* tests/Bug_3912_Regression_Test.cpp
Tests that close is called on an ACE_Task that's
the reader in a Module that's removed from the Stream.
* tests/Service_Config_Stream_DLL.cpp
Added make_close factory method for a new Module.
* tests/Bug_3334_Regression_Test.cpp
Initialized status variable to zero.
* tests/run_test.lst
* tests/tests.mpc
Added new test.
|