Don't forward declare RWLockWrapper in clock.h
Include rw_lock_wrapper.h instead of forward declaring. This is to come around problems with thread annotations in some build systems. BUG=3516 R=mflodman@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17809004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6545 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
aa0e56e8e8
commit
19db3e3164
@ -11,14 +11,13 @@
|
|||||||
#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
|
#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
|
||||||
#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
|
#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
|
||||||
|
|
||||||
|
#include "webrtc/system_wrappers/interface/rw_lock_wrapper.h"
|
||||||
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
|
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
|
||||||
#include "webrtc/system_wrappers/interface/thread_annotations.h"
|
#include "webrtc/system_wrappers/interface/thread_annotations.h"
|
||||||
#include "webrtc/typedefs.h"
|
#include "webrtc/typedefs.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
class RWLockWrapper;
|
|
||||||
|
|
||||||
// January 1970, in NTP seconds.
|
// January 1970, in NTP seconds.
|
||||||
const uint32_t kNtpJan1970 = 2208988800UL;
|
const uint32_t kNtpJan1970 = 2208988800UL;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user