libt2n: (gerd) fixes, new logging concept (not working yet)
authorGerd v. Egidy <gerd.von.egidy@intra2net.com>
Wed, 18 Oct 2006 16:15:17 +0000 (16:15 +0000)
committerGerd v. Egidy <gerd.von.egidy@intra2net.com>
Wed, 18 Oct 2006 16:15:17 +0000 (16:15 +0000)
commita7170401dd90dc79cc7d7a808cfe18a06c7e983b
tree6dc41e7b7c3ec71ab02091ff7c8cc770cfdb8f55
parentd184c64894e6c4f3adb9467078acfc9e7446664a
libt2n: (gerd) fixes, new logging concept (not working yet)
19 files changed:
src/Makefile.am
src/client.cpp
src/client.hxx
src/command.cpp
src/command.hxx
src/command_server.cpp
src/connection.cpp
src/connection.hxx
src/container.cpp
src/container.hxx
src/log.hxx [new file with mode: 0644]
src/server.cpp
src/server.hxx
src/socket_client.hxx
src/socket_handler.cpp
src/socket_handler.hxx
src/socket_server.cpp
src/socket_server.hxx
test/simplecmd.cpp