| Index: jingle/glue/fake_socket_factory.h
|
| ===================================================================
|
| --- jingle/glue/fake_socket_factory.h (revision 224785)
|
| +++ jingle/glue/fake_socket_factory.h (working copy)
|
| @@ -38,9 +38,11 @@
|
| // talk_base::AsyncPacketSocket implementation.
|
| virtual talk_base::SocketAddress GetLocalAddress() const OVERRIDE;
|
| virtual talk_base::SocketAddress GetRemoteAddress() const OVERRIDE;
|
| - virtual int Send(const void *pv, size_t cb) OVERRIDE;
|
| + virtual int Send(const void *pv, size_t cb,
|
| + talk_base::DiffServCodePoint dscp) OVERRIDE;
|
| virtual int SendTo(const void *pv, size_t cb,
|
| - const talk_base::SocketAddress& addr) OVERRIDE;
|
| + const talk_base::SocketAddress& addr,
|
| + talk_base::DiffServCodePoint dscp) OVERRIDE;
|
| virtual int Close() OVERRIDE;
|
| virtual State GetState() const OVERRIDE;
|
| virtual int GetOption(talk_base::Socket::Option opt, int* value) OVERRIDE;
|
|
|