Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6713e1b
)
THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactory
author
David Reiss
<dreiss@apache.org>
Thu, 15 Jan 2009 23:56:24 +0000
(23:56 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 15 Jan 2009 23:56:24 +0000
(23:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734863
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/protocol/TJSONProtocol.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/protocol/TJSONProtocol.h
b/lib/cpp/src/protocol/TJSONProtocol.h
index
cece97e
..
cbf4ef8
100644
(file)
--- a/
lib/cpp/src/protocol/TJSONProtocol.h
+++ b/
lib/cpp/src/protocol/TJSONProtocol.h
@@
-288,7
+288,7
@@
class TJSONProtocol : public TProtocol {
/**
* Constructs input and output protocol objects given transports.
*/
-class TJSONProtocolFactory {
+class TJSONProtocolFactory
: public TProtocolFactory
{
public:
TJSONProtocolFactory() {}