20 #ifndef _ANCH_NETWORK_SOCKET_EVENT_H_ 21 #define _ANCH_NETWORK_SOCKET_EVENT_H_ 45 sockaddr_storage _address;
63 SocketEvent(
const std::string& message,
const sockaddr_storage& address);
99 #endif // _ANCH_NETWORK_SOCKET_EVENT_H_ SocketEvent(const std::string &message)
Definition: socketEvent.cpp:33
AnCH framework base namespace.
Definition: base64.hpp:28
virtual ~SocketEvent()
Definition: socketEvent.cpp:55
Definition: socketEvent.hpp:37
const sockaddr_storage & getAddress() const
Definition: socketEvent.hpp:89
const std::string & getMessage() const
Definition: socketEvent.hpp:80