/* */ #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::deque& commands, DownloadEngine* e); }; typedef SharedHandle BtFileAllocationEntryHandle; } // namespace aria2 #endif // _D_BT_FILE_ALLOCATION_ENTRY_H_