/* */ #ifndef D_BT_HAVE_MESSAGE_H #define D_BT_HAVE_MESSAGE_H #include "IndexBtMessage.h" namespace aria2 { class BtHaveMessage; typedef SharedHandle BtHaveMessageHandle; class BtHaveMessage : public IndexBtMessage { public: BtHaveMessage(size_t index = 0); static const uint8_t ID = 4; static const std::string NAME; static SharedHandle create (const unsigned char* data, size_t dataLength); virtual void doReceivedAction(); }; } // namespace aria2 #endif // D_BT_HAVE_MESSAGE_H