mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1275299 - Make SocketTask a CancelableRunnable r=tzimmermann
MozReview-Commit-ID: JHVQ6BFvS1Z --HG-- extra : rebase_source : 716d827e989d7a9e94478612c73f54f4bfe5aca5
This commit is contained in:
parent
b6eaf79e2f
commit
3ac31d4e70
@ -453,7 +453,7 @@ private:
|
||||
* the I/O thread to the consumer thread.
|
||||
*/
|
||||
template <typename T>
|
||||
class SocketTask : public Runnable
|
||||
class SocketTask : public CancelableRunnable
|
||||
{
|
||||
public:
|
||||
virtual ~SocketTask()
|
||||
|
Loading…
Reference in New Issue
Block a user