ACE_Recyclable_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER > Class Template ReferenceDefines a strategy to be followed for cleaning up entries which are svc_handlers from a container. More...
Inheritance diagram for ACE_Recyclable_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER >:
Collaboration diagram for ACE_Recyclable_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER >:
Detailed Descriptiontemplate<class KEY, class VALUE, class CONTAINER>
Defines a strategy to be followed for cleaning up entries which are svc_handlers from a container.
|
int ACE_Recyclable_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER >::cleanup | ( | CONTAINER & | container, | |
KEY * | key, | |||
VALUE * | value | |||
) | [inline, virtual] |
The method which will do the cleanup of the entry in the container.
Reimplemented from ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >.