tommi@webrtc.org a907e01c63 Adding constness.
Make a few member variables in the Transport class officially const so that it's clear that locking isn't needed for access. There are getters for some of these (e.g. content_name()) that don't have locking or checking, so making the variables const is at least a way to guard against regressions. Also making the clock_ member in overuse_frame_detector.h const for clarity that it doesn't require a lock for access.

No code change.

Review URL: https://webrtc-codereview.appspot.com/35949004

Cr-Commit-Position: refs/heads/master@{#8186}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8186 4adac7df-926f-26a2-2b94-8c16560cd09d
2015-01-28 17:33:45 +00:00
..
2015-01-08 21:22:01 +00:00
2015-01-28 17:33:45 +00:00
2014-11-24 10:05:05 +00:00
2015-01-20 18:52:01 +00:00
2014-11-05 17:40:28 +00:00
2014-02-11 15:27:49 +00:00