TAO_PortableGroup  2.3.3
Public Member Functions | Protected Attributes | List of all members
TAO_PG::Fragments_Cleanup_Strategy Class Referenceabstract

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

#include <Fragments_Cleanup_Strategy.h>

Inheritance diagram for TAO_PG::Fragments_Cleanup_Strategy:
Inheritance graph
[legend]

Public Member Functions

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

Protected Attributes

int bound_
 The bound that triggers a cleanup. More...
 

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: