Delete ChannelManager class declaration.
ChannelManager has been deleted, these declaration should also be deleted. Bug: webrtc:13931 Change-Id: I2739a0424f61d6e659cb694a3f51bb6b90911cf9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282520 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38579}
This commit is contained in:
parent
5600fe5bed
commit
999fff45ed
@ -32,10 +32,6 @@
|
||||
#include "rtc_base/thread.h"
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
|
||||
namespace cricket {
|
||||
class ChannelManager;
|
||||
}
|
||||
|
||||
namespace rtc {
|
||||
class BasicPacketSocketFactory;
|
||||
class UniqueRandomIdGenerator;
|
||||
|
||||
@ -46,7 +46,6 @@ class ConnectionContext;
|
||||
|
||||
namespace cricket {
|
||||
|
||||
class ChannelManager;
|
||||
class MediaEngineInterface;
|
||||
|
||||
// Default RTCP CNAME for unit tests.
|
||||
|
||||
@ -84,10 +84,6 @@
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
#include "rtc_base/weak_ptr.h"
|
||||
|
||||
namespace cricket {
|
||||
class ChannelManager;
|
||||
}
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
// PeerConnection is the implementation of the PeerConnection object as defined
|
||||
|
||||
@ -46,10 +46,6 @@
|
||||
#include "rtc_base/thread.h"
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
|
||||
namespace cricket {
|
||||
class ChannelManager;
|
||||
}
|
||||
|
||||
namespace rtc {
|
||||
class BasicNetworkManager;
|
||||
class BasicPacketSocketFactory;
|
||||
|
||||
@ -47,7 +47,6 @@
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
|
||||
namespace cricket {
|
||||
class ChannelManager;
|
||||
class MediaEngineInterface;
|
||||
}
|
||||
|
||||
|
||||
@ -40,10 +40,6 @@
|
||||
#include "rtc_base/thread_annotations.h"
|
||||
#include "rtc_base/weak_ptr.h"
|
||||
|
||||
namespace cricket {
|
||||
class ChannelManager;
|
||||
}
|
||||
|
||||
namespace rtc {
|
||||
class Thread;
|
||||
}
|
||||
|
||||
@ -63,10 +63,6 @@
|
||||
#include "rtc_base/unique_id_generator.h"
|
||||
#include "rtc_base/weak_ptr.h"
|
||||
|
||||
namespace cricket {
|
||||
class ChannelManager;
|
||||
}
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
// SdpOfferAnswerHandler is a component
|
||||
@ -569,7 +565,6 @@ class SdpOfferAnswerHandler : public SdpStateProvider {
|
||||
|
||||
// ==================================================================
|
||||
// Access to pc_ variables
|
||||
cricket::ChannelManager* channel_manager() const;
|
||||
cricket::MediaEngineInterface* media_engine() const;
|
||||
TransceiverList* transceivers();
|
||||
const TransceiverList* transceivers() const;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user