15 #ifndef CONNECTIONDATAHANDLER_H__
16 #define CONNECTIONDATAHANDLER_H__
An abstract base class for a connection.
This is an abstract base class to receive events from a ConnectionBase-derived object.
virtual void handleReceivedData(const ConnectionBase *connection, const std::string &data)=0
virtual ~ConnectionDataHandler()
virtual void handleDisconnect(const ConnectionBase *connection, ConnectionError reason)=0
virtual void handleConnect(const ConnectionBase *connection)=0
The namespace for the gloox library.