/* */ #ifndef D_BT_HAVE_ALL_MESSAGE_H #define D_BT_HAVE_ALL_MESSAGE_H #include "ZeroBtMessage.h" namespace aria2 { class BtHaveAllMessage : public ZeroBtMessage { public: BtHaveAllMessage(); static const uint8_t ID = 14; static const char NAME[]; static BtHaveAllMessage* create (const unsigned char* data, size_t dataLength); virtual void doReceivedAction(); }; } // namespace aria2 #endif // D_BT_HAVE_ALL_MESSAGE_H