Update talk to 58127566 together with
https://webrtc-codereview.appspot.com/5309005/. R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5277 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -94,7 +94,8 @@ class TestClient : public sigslot::has_slots<> {
|
||||
Socket::ConnState GetState();
|
||||
// Slot for packets read on the socket.
|
||||
void OnPacket(AsyncPacketSocket* socket, const char* buf, size_t len,
|
||||
const SocketAddress& remote_addr);
|
||||
const SocketAddress& remote_addr,
|
||||
const PacketTime& packet_time);
|
||||
void OnReadyToSend(AsyncPacketSocket* socket);
|
||||
|
||||
CriticalSection crit_;
|
||||
|
Reference in New Issue
Block a user