00001 #ifndef OTHLEGSREADYPKG_H_DEF 00002 #define OTHLEGSREADYPKG_H_DEF 00003 00004 #include "TelepatiPkg.h" 00005 00006 using namespace std; 00007 00012 class OthLegsReadyPkg : public TelepatiPkg{ 00013 public: 00016 OthLegsReadyPkg(int a, bool ack); 00020 OthLegsReadyPkg(byte* ptr); 00021 00023 virtual ~OthLegsReadyPkg(); 00024 00027 virtual TelepatiPkg* clone(); 00028 00032 byte* getMsg(); 00033 }; 00034 00035 #endif