summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/transport/TSocket.h
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-06-19 20:42:33 +0000
committerRoger Meier <roger@apache.org>2012-06-19 20:42:33 +0000
commitf9f841d76953b13153ca32b4c7e34c00776d16a8 (patch)
treec57cc77edeba036d51ab293cf00a5ecab65a03a8 /lib/cpp/src/thrift/transport/TSocket.h
parent122803bade37e82451785ec53dddafd98774b92e (diff)
downloadthrift-f9f841d76953b13153ca32b4c7e34c00776d16a8.tar.gz
THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements
Patch: Andrew Majorov git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1351845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/cpp/src/thrift/transport/TSocket.h')
-rw-r--r--lib/cpp/src/thrift/transport/TSocket.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/cpp/src/thrift/transport/TSocket.h b/lib/cpp/src/thrift/transport/TSocket.h
index 9d0752250..2357430c4 100644
--- a/lib/cpp/src/thrift/transport/TSocket.h
+++ b/lib/cpp/src/thrift/transport/TSocket.h
@@ -22,6 +22,10 @@
#include <string>
+#include "TTransport.h"
+#include "TVirtualTransport.h"
+#include "TServerSocket.h"
+
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
@@ -29,10 +33,6 @@
#include <netdb.h>
#endif
-#include "TTransport.h"
-#include "TVirtualTransport.h"
-#include "TServerSocket.h"
-
namespace apache { namespace thrift { namespace transport {
/**