boost::rpc::server< Registry, Acceptor > Class Template Reference

#include <server.hpp>

List of all members.


Detailed Description

template<typename Registry, typename Acceptor>
class boost::rpc::server< Registry, Acceptor >

Sets up new connections with a dedicated rpc::registry_server.

Parameters:
Registry Type of registry used with the server.
Acceptor Type of object used to accept/authenticate new connections.


Public Member Functions

 server (Registry &reg, int port)
 Initializes the server to use the specified registry and port.


Constructor & Destructor Documentation

template<typename Registry, typename Acceptor>
boost::rpc::server< Registry, Acceptor >::server ( Registry &  reg,
int  port 
) [inline]

Initializes the server to use the specified registry and port.

Warning:
reg must remain valid until the server is destroyed.
Each successful connection will get a dedicated rpc::registry_server.


The documentation for this class was generated from the following file:
Generated on Sun May 20 15:47:56 2007 by  doxygen 1.5.2