cleanup phase II

This commit is contained in:
Matej Sekoranja
2012-07-26 21:38:02 +02:00
parent 4f15626281
commit 835ce323f1
6 changed files with 105 additions and 143 deletions
@@ -48,7 +48,7 @@ SimpleChannelSearchManagerImpl::SimpleChannelSearchManagerImpl(Context::shared_p
m_context(context),
m_canceled(),
m_sequenceNumber(0),
m_sendBuffer(MAX_UDP_SEND),
m_sendBuffer(MAX_UDP_UNFRAGMENTED_SEND),
m_channels(),
m_lastTimeSent(),
m_mockTransportSendControl(),
@@ -150,7 +150,7 @@ void SimpleChannelSearchManagerImpl::searchResponse(pvAccessID cid, int32_t seqN
}
}
void SimpleChannelSearchManagerImpl::beaconAnomalyNotify()
void SimpleChannelSearchManagerImpl::newServerDetected()
{
boost();
callback();