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:
472fffb
)
cpp: Make an implicit virtual declaration explicit
author
David Reiss
<dreiss@apache.org>
Tue, 9 Mar 2010 05:20:26 +0000
(
05:20
+0000)
committer
David Reiss
<dreiss@apache.org>
Tue, 9 Mar 2010 05:20:26 +0000
(
05:20
+0000)
This changes nothing since it's already declared virtual in the parent,
but this is clearer.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@920690
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/transport/TSocket.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/transport/TSocket.h
b/lib/cpp/src/transport/TSocket.h
index
b9d1c01
..
70c167f
100644
(file)
--- a/
lib/cpp/src/transport/TSocket.h
+++ b/
lib/cpp/src/transport/TSocket.h
@@
-86,7
+86,7
@@
class TSocket : public TTransport {
/**
* Shuts down communications on the socket.
*/
- void close();
+ v
irtual v
oid close();
/**
* Reads from the underlying socket.