#include "TCPTransport.h"#include <unistd.h>#include <iostream>#include <string>#include <sstream>#include "../protlib/network_message.h"#include "../protlib/tp_over_tcp.h"#include "../protlib/logfile.h"#include "../protlib/queuemanager.h"#include "../protlib/threadsafe_db.h"#include "../protlib/setuid.h"#include "ariba/utility/serialization.h"#include "ariba/utility/system/SystemQueue.h"#include "ariba/utility/system/SystemEvent.h"#include "ariba/utility/system/SystemEventType.h"#include "ariba/communication/modules/network/ip/IPv4Locator.h"#include "ariba/communication/modules/_namespace.h"

Go to the source code of this file.
Defines | |
| #define | _NO_LOGGING |
Functions | |
| protlib::log::logfile & | protlib::log::DefaultLog (commonlog) |
| use_logging_cpp (TCPTransport) | |
Variables | |
| using_serialization | |
| logfile | commonlog |
| NAMESPACE_BEGIN | |
| SystemEventType | TCPTransportEvent ("TCPTransport") |
| SystemEventType | TCPMessageDispatchEvent ("MessageDispatchEvent", TCPTransportEvent) |
| SystemEventType | TCPTransportTestEvent ("Test", TCPTransportEvent) |
| NAMESPACE_END | |
| #define _NO_LOGGING |
Definition at line 41 of file TCPTransport.cpp.
| use_logging_cpp | ( | TCPTransport | ) |
| logfile commonlog |
Definition at line 79 of file TCPTransport.cpp.
Definition at line 83 of file TCPTransport.cpp.
Definition at line 323 of file TCPTransport.cpp.
| SystemEventType TCPMessageDispatchEvent("MessageDispatchEvent", TCPTransportEvent) |
| SystemEventType TCPTransportEvent("TCPTransport") |
| SystemEventType TCPTransportTestEvent("Test", TCPTransportEvent) |
Definition at line 77 of file TCPTransport.cpp.
1.5.6