Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Null_Cleanup_Strategy Class Template Reference

Defines a do-nothing implementation of the cleanup strategy. More...

#include <Cleanup_Strategies_T.h>

Inheritance diagram for ACE_Null_Cleanup_Strategy

Inheritance graph
[legend]
Collaboration diagram for ACE_Null_Cleanup_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual int cleanup (CONTAINER &container, KEY *key, VALUE *value)
 The dummy cleanup method.


Detailed Description

template<class KEY, class VALUE, class CONTAINER> template class ACE_Null_Cleanup_Strategy

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.


Member Function Documentation

template<classKEY, classVALUE, classCONTAINER>
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.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 10:31:44 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000