#include <IPeerFinderObserver.hpp>
Public Member Functions | |
| virtual void MQUALIFIER | onPeerFound (const IString &rAddress, Uint uiPort, const char *pcData, Int iDataSize)=0 |
the peer finder observer interfaces defines the call back methods for the peer finder class
| virtual void MQUALIFIER zeus::IPeerFinderObserver::onPeerFound | ( | const IString & | rAddress, |
| Uint | uiPort, | ||
| const char * | pcData, | ||
| Int | iDataSize | ||
| ) | [pure virtual] |
Callback method of the peer finder. Note that the call back will be in the context of the peer finder thread. You must synchronize or use locks to prevent multithreading problems