Author: dreiss
Date: Thu Jan 15 15:56:24 2009
New Revision: 734863
URL: http://svn.apache.org/viewvc?rev=734863&view=rev
Log:
THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactory
Modified:
incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h
Modified: incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h?rev=734863&r1=734862&r2=734863&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h (original)
+++ incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h Thu Jan 15
15:56:24 2009
@@ -288,7 +288,7 @@
/**
* Constructs input and output protocol objects given transports.
*/
-class TJSONProtocolFactory {
+class TJSONProtocolFactory : public TProtocolFactory {
public:
TJSONProtocolFactory() {}