ACE
6.3.3
|
Defines a do-nothing implementation of the cleanup strategy. More...
#include <Cleanup_Strategies_T.h>
Public Member Functions | |
virtual int | cleanup (CONTAINER &container, KEY *key, VALUE *value) |
The dummy cleanup method. More... | |
Public Member Functions inherited from ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER > | |
virtual | ~ACE_Cleanup_Strategy (void) |
Destructor. More... | |
Defines a do-nothing implementation of the cleanup strategy.
This class simply does nothing at all! Can be used to nullify the effect of the Cleanup Strategy.
|
virtual |
The dummy cleanup method.
Reimplemented from ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >.