#include <Cleanup_Strategies_T.h>
Inheritance diagram for ACE_Refcounted_Recyclable_Handler_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... | |
The entry to be cleaned up is removed from the container. Here, since we are dealing with recyclable svc_handlers with addresses which are refcountable specifically, we perform a couple of extra operations and do so without any locking.
Definition at line 85 of file Cleanup_Strategies_T.h.
|
||||||||||||||||||||
|
The method which will do the cleanup of the entry in the container.
Reimplemented from ACE_Cleanup_Strategy. Definition at line 48 of file Cleanup_Strategies_T.cpp.
00051 {
00052 return value->first ()->handle_close_i ();
00053 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002