/* */ #ifndef D_BENCODE_DISK_WRITER_H #define D_BENCODE_DISK_WRITER_H #include "ValueBaseDiskWriter.h" #include "BencodeParser.h" namespace aria2 { namespace bittorrent { typedef ValueBaseDiskWriter BencodeDiskWriter; } // namespace bittorrent } // namespace aria2 #endif // D_BENCODE_DISK_WRITER_H