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:
210d766
)
THRIFT-1185 Bogus forward declaration of class TAsyncTransport inside file lib/cpp...
author
Roger Meier
<roger@apache.org>
Mon, 30 May 2011 20:14:00 +0000
(20:14 +0000)
committer
Roger Meier
<roger@apache.org>
Mon, 30 May 2011 20:14:00 +0000
(20:14 +0000)
Patch: Pavlin Radoslavov
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1129346
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/async/TAsyncChannel.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/async/TAsyncChannel.h
b/lib/cpp/src/async/TAsyncChannel.h
index
d5cd419
..
75629ee
100644
(file)
--- a/
lib/cpp/src/async/TAsyncChannel.h
+++ b/
lib/cpp/src/async/TAsyncChannel.h
@@
-31,8
+31,6
@@
class TMemoryBuffer;
namespace apache { namespace thrift { namespace async {
using apache::thrift::transport::TMemoryBuffer;
-class TAsyncTransport;
-
class TAsyncChannel {
public:
typedef std::tr1::function<void()> VoidCallback;