libt2n: (gerd) basic command handling (still some todos)
authorGerd v. Egidy <gerd.von.egidy@intra2net.com>
Thu, 12 Oct 2006 16:18:00 +0000 (16:18 +0000)
committerGerd v. Egidy <gerd.von.egidy@intra2net.com>
Thu, 12 Oct 2006 16:18:00 +0000 (16:18 +0000)
commit7087e18783f91d2b889e880462d1d1da24831c28
treeab54043c3bd6a16aa66d3a6c93f8b4eccdb43bb4
parentcc68aabb16ec32278df8b071c4c9efec7e9f0dce
libt2n: (gerd) basic command handling (still some todos)
13 files changed:
src/Makefile.am
src/command.cpp [new file with mode: 0644]
src/command.hxx [new file with mode: 0644]
src/command_client.cpp [new file with mode: 0644]
src/command_client.hxx [new file with mode: 0644]
src/command_server.cpp [new file with mode: 0644]
src/command_server.hxx [new file with mode: 0644]
src/container.cpp [new file with mode: 0644]
src/container.hxx [new file with mode: 0644]
src/socket_client.cpp [new file with mode: 0644]
src/t2n_exception.cpp [new file with mode: 0644]
src/t2n_exception.hxx
test/comm.cpp