Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not use components of others by accident.
BUG= R=minyue@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2344004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4933 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -26,11 +26,14 @@
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
struct CodecInst;
|
||||
class CriticalSectionWrapper;
|
||||
class RWLockWrapper;
|
||||
class NetEq;
|
||||
|
||||
namespace acm2 {
|
||||
|
||||
class Nack;
|
||||
struct CodecInst;
|
||||
|
||||
class AcmReceiver {
|
||||
public:
|
||||
@ -360,6 +363,8 @@ class AcmReceiver {
|
||||
scoped_ptr<InitialDelayManager::SyncStream> late_packets_sync_stream_;
|
||||
};
|
||||
|
||||
} // namespace acm2
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_ACM2_ACM_RECEIVER_H_
|
||||
|
||||
Reference in New Issue
Block a user