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