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