Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: third_party/libjingle/overrides/talk/base/thread.h

Issue 9455070: Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_base::Thread. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libjingle/overrides/talk/base/thread.h
===================================================================
--- third_party/libjingle/overrides/talk/base/thread.h (revision 124320)
+++ third_party/libjingle/overrides/talk/base/thread.h (working copy)
@@ -116,9 +116,12 @@
class Thread : public MessageQueue {
public:
- Thread(SocketServer* ss = NULL);
+ Thread();
+ explicit Thread(SocketServer* ss);
virtual ~Thread();
+ void Construct();
+
static inline Thread* Current() {
return ThreadManager::Instance()->CurrentThread();
}
« no previous file with comments | « third_party/libjingle/overrides/talk/base/messagequeue.cc ('k') | third_party/libjingle/overrides/talk/base/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698