/* */ #ifndef _D_BT_FILE_ALLOCATION_ENTRY_H_ #define _D_BT_FILE_ALLOCATION_ENTRY_H_ #include "FileAllocationEntry.h" class RequestGroup; class DownloadEngine; class Command; typedef deque Commands; class BtFileAllocationEntry : public FileAllocationEntry { public: BtFileAllocationEntry(RequestGroup* requestGroup); virtual ~BtFileAllocationEntry(); virtual Commands prepareForNextAction(DownloadEngine* e); }; typedef SharedHandle BtFileAllocationEntryHandle; #endif // _D_BT_FILE_ALLOCATION_ENTRY_H_