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

PacketHandlerInterface.h

Go to the documentation of this file.
00001 #ifndef __PACKETHANDLERINTERFACE_H
00002 #define __PACKETHANDLERINTERFACE_H
00003 
00004 class Node;
00005 class NpPacket;
00006 
00007 class PacketHandlerInterface {
00008 public:
00009     virtual ~PacketHandlerInterface() {}
00011         virtual void handlePacket(Node* fromNode, NpPacket* packet) = 0;
00012 };
00013 
00014 #endif

Generated at Thu Jul 11 13:31:51 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001