Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

net/prohandler.h File Reference

Go to the source code of this file.

Compounds

struct  proHan
struct  pronode_t
class  protocolHandler

Defines

#define MKPROHANDLER(x, y, pro)


Detailed Description

Protocol Handler Base class
To make a new handler, build a class that inherits protocolHandler as public.

Definition in file prohandler.h.


Define Documentation

#define MKPROHANDLER( x, y, pro )
 

Value:

    proHan x; x.protocol = pro; x._Enqueue = y->add; \
    x._EntryPoint = y->threadEntrypPoint;
make a new proHan structure named x, fill it with y's enqueuing and entrypoint functions

Definition at line 82 of file prohandler.h.


Generated at Thu May 30 15:12:33 2002 for Freeagent by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001