Remove extra TApplicationException:: in Thrift.h
authorMark Slee <mcslee@apache.org>
Tue, 3 Apr 2007 00:34:00 +0000 (00:34 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 3 Apr 2007 00:34:00 +0000 (00:34 +0000)
Summary: G++ 4.1.1 compatibility

Reviewed By: alex tribble

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665078 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/src/Thrift.h

index d58ce6c..49668be 100644 (file)
@@ -98,8 +98,8 @@ public:
     }
   }
 
-  uint32_t TApplicationException::read(protocol::TProtocol* iprot);
-  uint32_t TApplicationException::write(protocol::TProtocol* oprot) const;
+  uint32_t read(protocol::TProtocol* iprot);
+  uint32_t write(protocol::TProtocol* oprot) const;
 
 protected:
   /**