Base packet handler. More...
#include <PacketHandler.hh>

Public Member Functions | |
| virtual void | handle (const Packet *p)=0 |
| virtual int | getCstValue () const =0 |
| virtual void | dispatchUIEvent (const EventProcess *evp, const Packet &pkt)=0 |
Base packet handler.
There is no way (that I know) to hold a collection of template objects with different parameter. Thus, hold them in a base classe and use virtual methods.
1.6.3