Reformat voe_audio_processing_impl to Goog style.
TBR=xians@webrtc.org BUG= TEST=voe_auto_test Review URL: https://webrtc-codereview.appspot.com/439003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1847 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
6f9f817e06
commit
8b111eb3e6
File diff suppressed because it is too large
Load Diff
@ -16,13 +16,12 @@
|
|||||||
#include "ref_count.h"
|
#include "ref_count.h"
|
||||||
#include "shared_data.h"
|
#include "shared_data.h"
|
||||||
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
class VoEAudioProcessingImpl : public virtual voe::SharedData,
|
class VoEAudioProcessingImpl
|
||||||
|
: public virtual voe::SharedData,
|
||||||
public VoEAudioProcessing,
|
public VoEAudioProcessing,
|
||||||
public voe::RefCount
|
public voe::RefCount {
|
||||||
{
|
|
||||||
public:
|
public:
|
||||||
virtual int Release();
|
virtual int Release();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user