A few renamings to be consistent.

This commit is contained in:
Adam Ierymenko 2014-03-21 14:18:35 -07:00
parent 33ad3deaee
commit 8d3eb1a258
4 changed files with 20 additions and 20 deletions

View file

@ -89,7 +89,7 @@ public:
/**
* @param now New time of last use
*/
inline void setLastUsed(uint64_t now)
inline void use(uint64_t now)
throw()
{
_lastUsed = now;
@ -118,7 +118,7 @@ public:
* @param inReVerb Verb in reply to (for OK/ERROR, VERB_NOP otherwise)
* @param now Current time
*/
void onReceive(
void receive(
const RuntimeEnvironment *_r,
const SharedPtr<Socket> &fromSock,
const InetAddress &remoteAddr,