Fix some chromium-style warnings in webrtc/modules/pacing/
BUG=163 R=pwestin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1902005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4445 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f3e4ceee47
commit
0193158634
@ -85,10 +85,10 @@ class PacedSender : public Module {
|
|||||||
|
|
||||||
// Returns the number of milliseconds until the module want a worker thread
|
// Returns the number of milliseconds until the module want a worker thread
|
||||||
// to call Process.
|
// to call Process.
|
||||||
virtual int32_t TimeUntilNextProcess();
|
virtual int32_t TimeUntilNextProcess() OVERRIDE;
|
||||||
|
|
||||||
// Process any pending packets in the queue(s).
|
// Process any pending packets in the queue(s).
|
||||||
virtual int32_t Process();
|
virtual int32_t Process() OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Return true if next packet in line should be transmitted.
|
// Return true if next packet in line should be transmitted.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user