| 121 | } |
| 122 | |
| 123 | void RouterInfo::SetRouterIdentity (std::shared_ptr<const IdentityEx> identity) |
| 124 | { |
| 125 | m_RouterIdentity = identity; |
| 126 | m_Timestamp = i2p::util::GetMillisecondsSinceEpoch (); |
| 127 | } |
| 128 | |
| 129 | bool RouterInfo::LoadFile (const std::string& fullPath) |
| 130 | { |
no test coverage detected