From cc1d8bdc45fa626b514bdace0cd026fa83dc8400 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 11 Sep 2007 04:23:12 +0000 Subject: I just added a comment, don't ask... --- src/itoserver.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/itoserver.cpp') diff --git a/src/itoserver.cpp b/src/itoserver.cpp index 1bad872..d09651b 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp @@ -20,6 +20,9 @@ Bu::ItoServer::~ItoServer() pCli->join(); delete pCli; } + // TODO: Make sure here that each client has shutdown it's socket, and + // maybe even written any extra data, we could put a timelimit on this... + // anyway, it's not as clean as it could be right now. for( ClientHash::iterator i = hClients.begin(); i != hClients.end(); i++ ) { ItoClient *pCli = (*i); -- cgit v1.2.3