libsimpleio: (reinhard) new lib; extracted from connd.
authorReinhard Pfau <reinhard.pfau@intra2net.com>
Wed, 30 Jul 2008 10:02:42 +0000 (10:02 +0000)
committerReinhard Pfau <reinhard.pfau@intra2net.com>
Wed, 30 Jul 2008 10:02:42 +0000 (10:02 +0000)
commitcd9ddaee29a8f82c29fb7e6e7578c2aa82a1f919
tree70c930908c18bc1f13d7e285d02e285a54785180
libsimpleio: (reinhard) new lib; extracted from connd.
28 files changed:
AUTHORS [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
configure.in [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
libsimpleio.kdevelop [new file with mode: 0644]
libsimpleio.spec [new file with mode: 0644]
simpleio/Makefile.am [new file with mode: 0644]
simpleio/libsimpleio.pc.in [new file with mode: 0644]
simpleio/simplecallout.cpp [new file with mode: 0644]
simpleio/simplecallout.hpp [new file with mode: 0644]
simpleio/simpleio.cpp [new file with mode: 0644]
simpleio/simpleio.hpp [new file with mode: 0644]
simpleio/simplepipe.cpp [new file with mode: 0644]
simpleio/simplepipe.hpp [new file with mode: 0644]
simpleio/simpleprocess.cpp [new file with mode: 0644]
simpleio/simpleprocess.hpp [new file with mode: 0644]
simpleio/simplesocket.cpp [new file with mode: 0644]
simpleio/simplesocket.hpp [new file with mode: 0644]
simpleio/simpletimer.cpp [new file with mode: 0644]
simpleio/simpletimer.hpp [new file with mode: 0644]
templates/cpp [new file with mode: 0644]
templates/hpp [new file with mode: 0644]
unittest/Makefile.am [new file with mode: 0644]
unittest/test.cpp [new file with mode: 0644]
unittest/test_simpleio_basics.cpp [new file with mode: 0644]