The Pedigree Project
0.1
|
#include <Manager.h>
Public Member Functions | |
virtual void | returnEndpoint (Endpoint *e) |
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.
|
inlinevirtual |