THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and...
authorRoger Meier <roger@apache.org>
Tue, 26 Mar 2013 21:14:03 +0000 (22:14 +0100)
committerRoger Meier <roger@apache.org>
Tue, 26 Mar 2013 21:14:03 +0000 (22:14 +0100)
commit3a931b50d906db8099d3819a4c8c89328bb92a61
tree763497c0cd282af66e337e148b33bb838247729f
parent2d26f18a12d20e2bc5063a34ff347558fa91517f
THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server
Patch: Patrik Lindblom
lib/cpp/Makefile.am
lib/cpp/src/thrift/processor/TMultiplexedProcessor.h [new file with mode: 0644]
lib/cpp/src/thrift/protocol/TMultiplexedProtocol.cpp [new file with mode: 0644]
lib/cpp/src/thrift/protocol/TMultiplexedProtocol.h [new file with mode: 0644]
lib/cpp/src/thrift/protocol/TProtocolDecorator.h [new file with mode: 0644]