Public Member Functions

zeus::IPeerFinderObserver Class Reference

#include <IPeerFinderObserver.hpp>

Inheritance diagram for zeus::IPeerFinderObserver:
zeus::IObserver zeus::IZUnknown

List of all members.

Public Member Functions

virtual void MQUALIFIER onPeerFound (const IString &rAddress, Uint uiPort, const char *pcData, Int iDataSize)=0

Detailed Description

the peer finder observer interfaces defines the call back methods for the peer finder class


Member Function Documentation

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:28