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