commit | 93e471f620454f7de73d190521568b1e25879767 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Aug 19 08:40:07 2013 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Mon Nov 04 15:48:55 2013 -0800 |
tree | 42b6c50f27f85233ba0967619ce8a6eeebe11f3f | |
parent | d21952fe5bc94f7bb6ee729f806c0e641fdb1a0d [diff] |
Rename standby methods ThreadBase::standby() returns the value of mStandby. RecordThread::standby() "overrode" ThreadBase::standby(), but with a different meaning and no return value. This meant you couldn't access the parent's class definition within RecordThread. This could be confusing, so this CL renames RecordThread::standby() to standbyIfNotAlreadyInStandby(). Change-Id: I9196ee12701dd2dccdfaed922af2d7b8e8774676