THRIFT-1336 thrift: added server and processor test code
authorRoger Meier <roger@apache.org>
Thu, 10 May 2012 09:01:45 +0000 (09:01 +0000)
committerRoger Meier <roger@apache.org>
Thu, 10 May 2012 09:01:45 +0000 (09:01 +0000)
commit2be7f2410294a809f6803b8e6e3067e51f997679
tree740655fd5686d3fade1d3de1349b51e13ef9d136
parent0b922740035d9c88f961dc0cd73b54350c68ea1c
THRIFT-1336 thrift: added server and processor test code
Patch: Dave Watson
- rework made by roger

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1336544 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am [changed mode: 0644->0755]
lib/cpp/src/thrift/processor/test/EventLog.cpp [new file with mode: 0644]
lib/cpp/src/thrift/processor/test/EventLog.h [new file with mode: 0644]
lib/cpp/src/thrift/processor/test/Handlers.h [new file with mode: 0644]
lib/cpp/src/thrift/processor/test/ProcessorTest.cpp [new file with mode: 0755]
lib/cpp/src/thrift/processor/test/ServerThread.cpp [new file with mode: 0644]
lib/cpp/src/thrift/processor/test/ServerThread.h [new file with mode: 0644]
lib/cpp/src/thrift/processor/test/proc.thrift [new file with mode: 0644]