TAO_PortableGroup
2.1.6
|
Cleanup if non-reassembled messages take too much memory. More...
#include <Fragments_Cleanup_Strategy.h>
Public Member Functions | |
Memory_Bound_Fragments_Cleanup_Strategy (int bound) | |
The constructor. | |
virtual void | cleanup (TAO_UIPMC_Mcast_Transport::Packets_Map &packets) |
Sub-classes must implement these methods. | |
![]() | |
Fragments_Cleanup_Strategy (int bound) | |
The constructor. | |
virtual | ~Fragments_Cleanup_Strategy (void) |
The destructor. |
Additional Inherited Members | |
![]() | |
int | bound_ |
The bound that triggers a cleanup. |
Cleanup if non-reassembled messages take too much memory.
TAO_PG::Memory_Bound_Fragments_Cleanup_Strategy::Memory_Bound_Fragments_Cleanup_Strategy | ( | int | bound | ) |
The constructor.
|
virtual |
Sub-classes must implement these methods.
Implements TAO_PG::Fragments_Cleanup_Strategy.