#include <server.hpp>
| Registry | Type of registry used with the server. | |
| Acceptor | Type of object used to accept/authenticate new connections. |
Public Member Functions | |
| server (Registry ®, int port) | |
| Initializes the server to use the specified registry and port. | |
| boost::rpc::server< Registry, Acceptor >::server | ( | Registry & | reg, | |
| int | port | |||
| ) | [inline] |
Initializes the server to use the specified registry and port.
1.5.2