#include <loghandler.h>
Public Member Functions | |
virtual | ~LogHandler () |
virtual void | handleLog (const std::string &xml, bool incoming)=0 |
Upon an incoming packet handleLog() is be called.
Definition at line 31 of file loghandler.h.
|
Virtual Destructor. Definition at line 37 of file loghandler.h. |
|
Reimplement this function if you want to receive the chunks of the conversation between gloox and server.
|