#include "tcpip.hpp"
#include <unistd.h>
#include <iostream>
#include <string>
#include <sstream>
#include <boost/foreach.hpp>
#include "protlib/network_message.h"
#include "protlib/tp_over_tcp.h"
#include "protlib/tperror.h"
#include "protlib/logfile.h"
#include "protlib/queuemanager.h"
#include "protlib/threadsafe_db.h"
#include "protlib/setuid.h"
Go to the source code of this file.
Namespaces | |
namespace | ariba |
namespace | ariba::transport |
Defines | |
#define | _NO_LOGGING |
Functions | |
tcpip_endpoint | ariba::transport::convert (const appladdress *addr) |
appladdress | ariba::transport::convert (const tcpip_endpoint &endpoint) |
bool | ariba::transport::get_message_length (NetMsg &m, uint32 &clen_bytes) |
Variables | |
logfile | commonlog |