]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/connection.cpp
- Se agrega el metodo Model::Simulator::set_open() para abrir y cerrar bombas y
[z.facultad/75.42/plaqui.git] / Server / src / connection.cpp
index 1b328c643e0d71d51228edf11cef177e95685a25..a8f17ea3c2521d02a2a46c1d0046789d6e51a61f 100644 (file)
@@ -55,10 +55,11 @@ Connection::Connection(const sockbuf::sockdesc& sd):
 #endif // DEBUG
 }
 
-Connection::Connection(const sockbuf::type& type):
-               socket(type) {
+Connection::Connection(const sockbuf::type& type, const std::string& host,
+               const Port& port): socket(type), host(host), port(port) {
 #ifdef DEBUG
-       cerr << __FILE__ << ": type = " << type << endl;
+       cerr << __FILE__ << ": type = " << type << " | host = " << host
+               << " | port = " << port << endl;
 #endif // DEBUG
 }