Searched refs:m_clientHash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.h61 void SetClientHash(const CUInt128 &id) throw() { m_clientHash = id; }
62 const CUInt128& GetClientHash() const throw() { return m_clientHash; }
132 CUInt128 m_clientHash; member in class:Kademlia::CPrefs
H A DPrefs.cpp86 m_clientHash.SetValueBE(thePrefs::GetUserHash().GetHash());

Completed in 55 milliseconds