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

@ -58,7 +58,7 @@ Peer::Peer(const Identity &myIdentity,const Identity &peerIdentity)
throw std::runtime_error("new peer identity key agreement failed");
}
void Peer::onReceive(
void Peer::receive(
const RuntimeEnvironment *_r,
const SharedPtr<Socket> &fromSock,
const InetAddress &remoteAddr,