4 #ifndef _libiqnet_connector_h_
5 #define _libiqnet_connector_h_
7 #include "client_conn.h"
23 create_connection(
const Socket&) = 0;
26 template <
class Conn_type>
36 create_connection(
const Socket& s)
38 Conn_type* c =
new Conn_type( s,
true );
Definition: connector.h:11
Definition: connector.h:27
Transport independent base class for XML-RPC client's connection.
Definition: client_conn.h:17
An object representation of internet address.
Definition: inet_addr.h:27
Relatively portable socket class.
Definition: socket.h:13