TAO_Strategies
2.3.3
|
The null connection purging strategy. More...
#include <NULL_Connection_Purging_Strategy.h>
Public Member Functions | |
TAO_NULL_Connection_Purging_Strategy (int cache_maximum) | |
The constructor. More... | |
virtual void | update_item (TAO_Transport &transport) |
Does nothing. More... | |
virtual int | cache_maximum (void) const |
Returns -1 to signify no maximum. More... | |
Public Member Functions inherited from TAO_Connection_Purging_Strategy | |
TAO_Connection_Purging_Strategy (int cache_maximum) | |
virtual | ~TAO_Connection_Purging_Strategy (void) |
The null connection purging strategy.
This class does not do anything.
TAO_NULL_Connection_Purging_Strategy::TAO_NULL_Connection_Purging_Strategy | ( | int | cache_maximum | ) |
The constructor.
|
virtual |
Returns -1 to signify no maximum.
Reimplemented from TAO_Connection_Purging_Strategy.
|
virtual |
Does nothing.
Implements TAO_Connection_Purging_Strategy.