NAME

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

SYNOPSIS

#include <ace/Cleanup_Strategies_T.h>

template<class KEY, class VALUE, class CONTAINER> class ACE_Null_Cleanup_Strategy : public ACE_Cleanup_Strategy<KEY, VALUE, CONTAINER> { public: virtual int cleanup ( CONTAINER &container, KEY *key, VALUE *value ); };

DESCRIPTION

This class simply does nothing at all! Can be used to nullify the effect of the Cleanup Strategy.

PUBLIC MEMBERS

virtual int cleanup (CONTAINER &container, KEY *key, VALUE *value);

AUTHOR

Kirthika Parameswaran kirthika@cs.wustl.edu

LIBRARY

ace