#include <Cleanup_Strategies_T.h>
Inheritance diagram for ACE_Null_Cleanup_Strategy< KEY, VALUE, CONTAINER >:
Public Methods | |
virtual int | cleanup (CONTAINER &container, KEY *key, VALUE *value) |
The dummy cleanup method. |
This class simply does nothing at all! Can be used to nullify the effect of the Cleanup Strategy.
|
The dummy cleanup method.
Reimplemented from ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >. |