libt2n: (tomj) fixed call of virtual function close() from destructor, fixed return...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 25 Nov 2008 18:45:41 +0000 (18:45 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 25 Nov 2008 18:45:41 +0000 (18:45 +0000)
commit56f3994d74dbc36d10bfa83b50b016bf269ac563
tree157adac96a8577d571e0095f69ca072d42b14e1a
parentc72238fb7fc6eb081c2a0bc95fff369c760343f4
libt2n: (tomj) fixed call of virtual function close() from destructor, fixed return value of server::add_connection()
17 files changed:
src/command_client.hxx
src/command_server.cpp
src/command_server.hxx
src/connection.cpp
src/server.cpp
src/server.hxx
src/socket_client.cpp
src/socket_client.hxx
src/socket_handler.cpp
src/socket_handler.hxx
src/socket_server.cpp
src/socket_server.hxx
test/newserver.cpp
test/reentrant.cpp
test/serialize.cpp
test/simplecmd.cpp
test/timeout.cpp