Remove second instance of ViE PerformanceMonitor.
Review URL: http://webrtc-codereview.appspot.com/244001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@769 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ce8813da4e
commit
cc412c1735
@ -83,8 +83,7 @@ int ViEBaseImpl::Release()
|
|||||||
// Constructor
|
// Constructor
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
ViEBaseImpl::ViEBaseImpl() :
|
ViEBaseImpl::ViEBaseImpl()
|
||||||
_viePerformanceMonitor(0)
|
|
||||||
{
|
{
|
||||||
WEBRTC_TRACE(webrtc::kTraceMemory, webrtc::kTraceVideo, _instanceId,
|
WEBRTC_TRACE(webrtc::kTraceMemory, webrtc::kTraceVideo, _instanceId,
|
||||||
"ViEBaseImpl::ViEBaseImpl() Ctor");
|
"ViEBaseImpl::ViEBaseImpl() Ctor");
|
||||||
|
|||||||
@ -27,7 +27,6 @@ namespace webrtc
|
|||||||
|
|
||||||
class VoiceEngine;
|
class VoiceEngine;
|
||||||
class Module;
|
class Module;
|
||||||
class ViEPerformanceMonitor;
|
|
||||||
|
|
||||||
class ViEBaseImpl: public virtual ViESharedData,
|
class ViEBaseImpl: public virtual ViESharedData,
|
||||||
public ViEBase,
|
public ViEBase,
|
||||||
@ -74,7 +73,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
ViEBaseImpl();
|
ViEBaseImpl();
|
||||||
virtual ~ViEBaseImpl();
|
virtual ~ViEBaseImpl();
|
||||||
ViEPerformanceMonitor _viePerformanceMonitor;
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// Version functions
|
// Version functions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user