TAO_PortableGroup  2.1.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes
TAO_PG::Fragments_Cleanup_Strategy Class Reference

The base class for all cleanup strategies. More...

#include <Fragments_Cleanup_Strategy.h>

Inheritance diagram for TAO_PG::Fragments_Cleanup_Strategy:
Inheritance graph
Collaboration diagram for TAO_PG::Fragments_Cleanup_Strategy:
Collaboration graph

List of all members.

Public Member Functions

 Fragments_Cleanup_Strategy (int bound)
 The constructor.
virtual ~Fragments_Cleanup_Strategy (void)
 The destructor.
virtual void cleanup (TAO_UIPMC_Mcast_Transport::Packets_Map &)=0
 Sub-classes must implement these methods.

Protected Attributes

int bound_
 The bound that triggers a cleanup.

Detailed Description

The base class for all cleanup strategies.

This class is used by TAO_UIPMC_Mcast_Transport for cleaning received fragments.


Constructor & Destructor Documentation

TAO_PG::Fragments_Cleanup_Strategy::Fragments_Cleanup_Strategy ( int  bound)

The constructor.

TAO_PG::Fragments_Cleanup_Strategy::~Fragments_Cleanup_Strategy ( void  )
virtual

The destructor.


Member Function Documentation

virtual void TAO_PG::Fragments_Cleanup_Strategy::cleanup ( TAO_UIPMC_Mcast_Transport::Packets_Map )
pure virtual

Member Data Documentation

int TAO_PG::Fragments_Cleanup_Strategy::bound_
protected

The bound that triggers a cleanup.


The documentation for this class was generated from the following files: