Remove remains of WEBRTC_NO_STL.
R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14899004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6641 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -11,9 +11,7 @@
|
||||
#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_SSRC_DATABASE_H_
|
||||
#define WEBRTC_MODULES_RTP_RTCP_SOURCE_SSRC_DATABASE_H_
|
||||
|
||||
#ifndef WEBRTC_NO_STL
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
#include "webrtc/system_wrappers/interface/static_instance.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
@ -46,14 +44,7 @@ private:
|
||||
|
||||
uint32_t GenerateRandom();
|
||||
|
||||
#ifdef WEBRTC_NO_STL
|
||||
int _numberOfSSRC;
|
||||
int _sizeOfSSRC;
|
||||
|
||||
uint32_t* _ssrcVector;
|
||||
#else
|
||||
std::map<uint32_t, uint32_t> _ssrcMap;
|
||||
#endif
|
||||
|
||||
CriticalSectionWrapper* _critSect;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user