* \param host Host al cual transmitir.
* \param port Puerto al cual transmitir.
*/
- Transmitter(std::string& _host, Connection::Port& _port);
+ Transmitter(const std::string& _host,
+ const Connection::Port& _port) throw(sockerr);
/**
* Envia datos.