3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/SocketServer.h"
11namespace webrtc {
class Socket; }
34 PhysicalSocketServer& operator=(PhysicalSocketServer
const&);
40 virtual ~PhysicalSocketServer() =
default;
42 virtual ::webrtc::Socket* CreateSocket(
int family,
int type) ;
44 virtual ::webrtc::Socket* WrapSocket(uint64 s);
48 virtual void WakeUp() ;
Definition Dispatcher.h:7
MCAPI PhysicalSocketServer()
MCAPI void Add(::webrtc::Dispatcher *pdispatcher)
MCAPI void Remove(::webrtc::Dispatcher *pdispatcher)
MCAPI bool $Wait(::webrtc::TimeDelta max_wait_duration, bool process_io)
static MCAPI void ** $vftable()
MCAPI::webrtc::Socket * $WrapSocket(uint64 s)
MCAPI::webrtc::Socket * $CreateSocket(int family, int type)
Definition SocketServer.h:16
Definition TimeDelta.h:10