/* */ #ifndef D_BT_FILE_ALLOCATION_ENTRY_H #define D_BT_FILE_ALLOCATION_ENTRY_H #include "FileAllocationEntry.h" namespace aria2 { class BtFileAllocationEntry : public FileAllocationEntry { public: BtFileAllocationEntry(RequestGroup* requestGroup); virtual ~BtFileAllocationEntry(); virtual void prepareForNextAction(std::vector& commands, DownloadEngine* e); }; } // namespace aria2 #endif // D_BT_FILE_ALLOCATION_ENTRY_H