Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

ByePkg.h

00001 #ifndef BYEPKG_H_DEF
00002 #define BYEPKG_H_DEF
00003 
00004 #include "TelepatiPkg.h"
00005 
00006 using namespace std;
00007 
00012 class ByePkg : public TelepatiPkg{
00013  public:
00015   ByePkg(int a);
00018   ByePkg(byte* ptr);
00019   
00021   virtual ~ByePkg();
00022   
00025   virtual TelepatiPkg* clone();
00026   
00030   byte* getMsg();  
00031 };
00032 
00033 #endif

Generated on Thu Jun 23 16:51:17 2005 for Packages_Library by  doxygen 1.3.9.1