The Pedigree Project  0.1
Public Member Functions | List of all members
ProtocolManager Class Reference

#include <Manager.h>

+ Collaboration diagram for ProtocolManager:

Public Member Functions

virtual void returnEndpoint (Endpoint *e)
 

Detailed Description

Defines the standard interface for any type of protocol manager object Basically, all protocols have a manager which controls allocation of Endpoints, and also facilitates extra protocol-specific functionality. ALL protocol manager classes must inherit this function and add the relevant getManager() routine to their Endpoint type.

Definition at line 33 of file Manager.h.

Member Function Documentation

virtual void ProtocolManager::returnEndpoint ( Endpoint *  e)
inlinevirtual

The default implementation is quite simple. Individual managers may provide further functionality, they should override this function.

Definition at line 47 of file Manager.h.


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