TAO_PortableGroup
2.2.1
|
Cleanup if a message cannot reassemble for a long time. More...
#include <Fragments_Cleanup_Strategy.h>
Public Member Functions | |
Time_Bound_Fragments_Cleanup_Strategy (int bound) | |
The constructor. More... | |
virtual void | cleanup (TAO_UIPMC_Mcast_Transport::Packets_Map &packets) |
Sub-classes must implement these methods. More... | |
Public Member Functions inherited from TAO_PG::Fragments_Cleanup_Strategy | |
Fragments_Cleanup_Strategy (int bound) | |
The constructor. More... | |
virtual | ~Fragments_Cleanup_Strategy (void) |
The destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TAO_PG::Fragments_Cleanup_Strategy | |
int | bound_ |
The bound that triggers a cleanup. More... | |
Cleanup if a message cannot reassemble for a long time.
TAO_PG::Time_Bound_Fragments_Cleanup_Strategy::Time_Bound_Fragments_Cleanup_Strategy | ( | int | bound | ) |
The constructor.
|
virtual |
Sub-classes must implement these methods.
Implements TAO_PG::Fragments_Cleanup_Strategy.