#include <Cleanup_Strategies_T.h>
Inheritance diagram for ACE_Cleanup_Strategy:
Public Methods | |
virtual int | cleanup (CONTAINER &container, KEY *key, VALUE *value) |
The method which will do the cleanup of the entry in the container. More... |
By default the entry to be cleaned up is removed from the container.
|
The method which will do the cleanup of the entry in the container.
Reimplemented in ACE_Recyclable_Handler_Cleanup_Strategy, ACE_Refcounted_Recyclable_Handler_Cleanup_Strategy, ACE_Handler_Cleanup_Strategy, and ACE_Null_Cleanup_Strategy. |