|
VMime
|
#include <defaultConnectionInfos.hpp>


Public Member Functions | |
| defaultConnectionInfos (const string &host, const port_t port) | |
| const string | getHost () const |
| port_t | getPort () const |
Additional Inherited Members | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Information about the connection used by a service.
| defaultConnectionInfos | ( | const string & | host, |
| const port_t | port | ||
| ) |
Return the host to which the service is connected.
Implements connectionInfos.
|
virtual |