/* */ #ifndef D_BT_ALLOWED_FAST_MESSAGE_H #define D_BT_ALLOWED_FAST_MESSAGE_H #include "IndexBtMessage.h" namespace aria2 { class BtAllowedFastMessage : public IndexBtMessage { public: BtAllowedFastMessage(size_t index = 0); static const uint8_t ID = 17; static const char NAME[]; static BtAllowedFastMessage* create (const unsigned char* data, size_t dataLength); virtual void doReceivedAction(); virtual ProgressUpdate* getProgressUpdate(); }; } // namespace aria2 #endif // D_BT_ALLOWED_FAST_MESSAGE_H