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 );