ACE
6.1.0
|
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. |
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.
int ACE_Null_Cleanup_Strategy< KEY, VALUE, CONTAINER >::cleanup | ( | CONTAINER & | container, |
KEY * | key, | ||
VALUE * | value | ||
) | [virtual] |
The dummy cleanup method.
Reimplemented from ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >.