优化代码

N938
Matthew 6 months ago
parent eebf9b5a03
commit 56ceb40f6d

@ -387,9 +387,9 @@ protected:
unsigned int mVersionCode; unsigned int mVersionCode;
time_t mBuildTime; time_t mBuildTime;
atomic_ulong m_timerUidFeed; atomic_ullong m_timerUidFeed;
atomic_ulong m_wakelockIdFeed; atomic_ullong m_wakelockIdFeed;
atomic_ulong m_uniqueIdFeed; atomic_ullong m_uniqueIdFeed;
std::map<IDevice::timer_uid_t, TIMER_CONTEXT*> mTimers; std::map<IDevice::timer_uid_t, TIMER_CONTEXT*> mTimers;
mutable CPhoneCamera* mCamera; mutable CPhoneCamera* mCamera;

Loading…
Cancel
Save