|
log4cplus
2.0.0
|
Interface implemented by users of ConnectorThread. More...
#include <connectorthread.h>
Protected Member Functions | |
| virtual | ~IConnectorThreadClient () |
| virtual thread::Mutex const & | ctcGetAccessMutex () const =0 |
| virtual helpers::Socket & | ctcGetSocket ()=0 |
| virtual helpers::Socket | ctcConnect ()=0 |
| virtual void | ctcSetConnected ()=0 |
| Sets connected flag to true in ConnectorThread's client. | |
Friends | |
| class LOG4CPLUS_EXPORT | ConnectorThread |
Interface implemented by users of ConnectorThread.
Definition at line 47 of file connectorthread.h.
| virtual log4cplus::helpers::IConnectorThreadClient::~IConnectorThreadClient | ( | ) | [protected, virtual] |
| virtual helpers::Socket log4cplus::helpers::IConnectorThreadClient::ctcConnect | ( | ) | [protected, pure virtual] |
Implemented in log4cplus::SysLogAppender, and log4cplus::SocketAppender.
| virtual thread::Mutex const& log4cplus::helpers::IConnectorThreadClient::ctcGetAccessMutex | ( | ) | const [protected, pure virtual] |
Implemented in log4cplus::SysLogAppender, and log4cplus::SocketAppender.
| virtual helpers::Socket& log4cplus::helpers::IConnectorThreadClient::ctcGetSocket | ( | ) | [protected, pure virtual] |
Implemented in log4cplus::SysLogAppender, and log4cplus::SocketAppender.
| virtual void log4cplus::helpers::IConnectorThreadClient::ctcSetConnected | ( | ) | [protected, pure virtual] |
Sets connected flag to true in ConnectorThread's client.
Implemented in log4cplus::SysLogAppender, and log4cplus::SocketAppender.
friend class LOG4CPLUS_EXPORT ConnectorThread [friend] |
Definition at line 66 of file connectorthread.h.
1.7.6.1