GetIdentHash for LocalDestination

This commit is contained in:
orignal 2014-04-01 13:42:04 -04:00
parent d7a584f48f
commit ee08d6687f
3 changed files with 9 additions and 2 deletions

View file

@ -138,6 +138,7 @@ namespace stream
// implements LocalDestination
void UpdateLeaseSet ();
const i2p::data::IdentHash& GetIdentHash () const { return m_IdentHash; };
private: