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

LeaderReplyPkg.h

00001 #ifndef LEADERREPLYPKG_H_DEF
00002 #define LEADERREPLYPKG_H_DEF
00003 
00004 #include "TelepatiPkg.h"
00005 
00006 using namespace std;
00007 
00014 class LeaderReplyPkg : public TelepatiPkg{
00015  public:
00018   LeaderReplyPkg(int a, bool ack);
00022   LeaderReplyPkg(byte* ptr);
00023 
00025   virtual ~LeaderReplyPkg();
00026 
00029   virtual TelepatiPkg* clone();
00030 
00034   byte* getMsg();  
00035 };
00036 
00037 #endif

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