Initial checkin of proxy 2 code
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Oct 2005 12:07:14 +0000 (12:07 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Oct 2005 12:07:14 +0000 (12:07 +0000)
commit42cd2c5dddd315dd85b626b125a750e8203c739a
tree957c0230c868bf77891779e298a6e74cef77efdb
parent5108598ba9fe27a03aad0371d28bb7062b6463fc
Initial checkin of proxy 2 code
15 files changed:
src/.cvsignore
src/Makefile.am
src/p2.cpp [new file with mode: 0644]
src/p2_backend.h [new file with mode: 0644]
src/p2_backend_dummy.cpp [new file with mode: 0644]
src/p2_config.cpp [new file with mode: 0644]
src/p2_config.h [new file with mode: 0644]
src/p2_frontend.cpp [new file with mode: 0644]
src/p2_frontend.h [new file with mode: 0644]
src/p2_modules.cpp [new file with mode: 0644]
src/p2_modules.h [new file with mode: 0644]
src/p2_msg.cpp [new file with mode: 0644]
src/p2_xmlerror.cpp [new file with mode: 0644]
src/p2_xmlerror.h [new file with mode: 0644]
src/t-server.cpp