summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-01-15 23:56:24 +0000
committerDavid Reiss <dreiss@apache.org>2009-01-15 23:56:24 +0000
commit4c266ccc2cd6598891dfd8955cf0dc8ff4b97976 (patch)
treeaf4188c44514f6f8c0f32b62c7eacc7180872fae
parent6713e1b126c8734ae9daafb4a63f76f26ca7fb7b (diff)
downloadthrift-4c266ccc2cd6598891dfd8955cf0dc8ff4b97976.tar.gz
THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactory
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734863 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--lib/cpp/src/protocol/TJSONProtocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpp/src/protocol/TJSONProtocol.h b/lib/cpp/src/protocol/TJSONProtocol.h
index cece97e4a..cbf4ef8e7 100644
--- 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() {}