From 5c48d14a9ab31a31f7f17c715dcf5847251dd204 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 30 Jul 2015 04:33:06 +0300 Subject: server: implementing network io client-qt: implementing network io --- server/src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/main.cpp') diff --git a/server/src/main.cpp b/server/src/main.cpp index 7274da0..a876b42 100644 --- a/server/src/main.cpp +++ b/server/src/main.cpp @@ -162,6 +162,7 @@ int main(int argc, char *argv[]) } boost::asio::io_service io_service_server; try{ + //TODO: server options (ssl, ...) serv = new server(io_service_server, 6613); } catch(std::exception &e) -- cgit v1.2.3