#include "p2p/base/regathering_controller.h"
#include "api/task_queue/pending_task_safety_flag.h"
#include "api/units/time_delta.h"
namespace webrtc {
BasicRegatheringController::BasicRegatheringController(
const Config& config,
cricket::IceTransportInternal* ice_transport,
rtc::Thread* thread)
: … { … }
BasicRegatheringController::~BasicRegatheringController() { … }
void BasicRegatheringController::Start() { … }
void BasicRegatheringController::SetConfig(const Config& config) { … }
void BasicRegatheringController::
ScheduleRecurringRegatheringOnFailedNetworks() { … }
}