aboutsummaryrefslogtreecommitdiff
path: root/src/itoserver.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-09-11 04:23:12 +0000
committerMike Buland <eichlan@xagasoft.com>2007-09-11 04:23:12 +0000
commitcc1d8bdc45fa626b514bdace0cd026fa83dc8400 (patch)
tree3bb75abcb2a972e49f9d4faa9efd09f71b016efe /src/itoserver.cpp
parent3839f50c3e22089f346d76a40782223cdcfadca7 (diff)
downloadlibbu++-cc1d8bdc45fa626b514bdace0cd026fa83dc8400.tar.gz
libbu++-cc1d8bdc45fa626b514bdace0cd026fa83dc8400.tar.bz2
libbu++-cc1d8bdc45fa626b514bdace0cd026fa83dc8400.tar.xz
libbu++-cc1d8bdc45fa626b514bdace0cd026fa83dc8400.zip
I just added a comment, don't ask...
Diffstat (limited to 'src/itoserver.cpp')
-rw-r--r--src/itoserver.cpp3
1 files changed, 3 insertions, 0 deletions
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()
20 pCli->join(); 20 pCli->join();
21 delete pCli; 21 delete pCli;
22 } 22 }
23 // TODO: Make sure here that each client has shutdown it's socket, and
24 // maybe even written any extra data, we could put a timelimit on this...
25 // anyway, it's not as clean as it could be right now.
23 for( ClientHash::iterator i = hClients.begin(); i != hClients.end(); i++ ) 26 for( ClientHash::iterator i = hClients.begin(); i != hClients.end(); i++ )
24 { 27 {
25 ItoClient *pCli = (*i); 28 ItoClient *pCli = (*i);