/* */ #include "TorrentAttribute.h" namespace aria2 { TorrentAttribute::TorrentAttribute() : mode(BT_FILE_MODE_NONE), metadataSize(0), privateTorrent(false), creationDate(0) {} TorrentAttribute::~TorrentAttribute() {} } // namespace aria2