Removes Start/Stop on network emulation manager.
Bug: None Change-Id: I4a1d780d909e9abdd6d09e4da3bec52ca274d36b Reviewed-on: https://webrtc-review.googlesource.com/c/121950 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26631}
This commit is contained in:
committed by
Commit Bot
parent
eb7589e11f
commit
b00eb19a0a
@ -22,6 +22,7 @@
|
||||
#include "rtc_base/task_queue.h"
|
||||
#include "rtc_base/task_utils/repeating_task.h"
|
||||
#include "rtc_base/thread.h"
|
||||
#include "system_wrappers/include/clock.h"
|
||||
#include "test/scenario/network/fake_network_socket_server.h"
|
||||
#include "test/scenario/network/network_emulation.h"
|
||||
|
||||
@ -30,7 +31,7 @@ namespace test {
|
||||
|
||||
class NetworkEmulationManager {
|
||||
public:
|
||||
explicit NetworkEmulationManager(Clock* clock);
|
||||
NetworkEmulationManager();
|
||||
~NetworkEmulationManager();
|
||||
|
||||
EmulatedNetworkNode* CreateEmulatedNode(
|
||||
@ -49,9 +50,6 @@ class NetworkEmulationManager {
|
||||
|
||||
rtc::Thread* CreateNetworkThread(std::vector<EndpointNode*> endpoints);
|
||||
|
||||
void Start();
|
||||
void Stop();
|
||||
|
||||
private:
|
||||
FakeNetworkSocketServer* CreateSocketServer(
|
||||
std::vector<EndpointNode*> endpoints);
|
||||
|
||||
Reference in New Issue
Block a user