commit | cd9aea1136d9a51b2ce53a3de5da09359c9756e2 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | 周二 2月 22 18:12:06 2011 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | 周二 2月 22 18:12:06 2011 +0000 |
tree | 489e9b3c4fd6b5fff28b5007983f752f5ed15306 | |
parent | cd2ee9ae6ea85335b4c9c3db3a421f27f583f417 [diff] [blame] |
THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation This patch adds an implementation of the above ssl sockets. Patch: Ping Li, Kevin Worth, Rowan Kerr git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073441 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/transport/TServerSocket.h b/lib/cpp/src/transport/TServerSocket.h index 8cd521f..40a1148 100644 --- a/lib/cpp/src/transport/TServerSocket.h +++ b/lib/cpp/src/transport/TServerSocket.h
@@ -56,6 +56,7 @@ protected: boost::shared_ptr<TTransport> acceptImpl(); + virtual boost::shared_ptr<TSocket> createSocket(int client); private: int port_;