commit | 4c0724af38d0eaf7155bb789280940a41ef9f08c | [log] [tgz] |
---|---|---|
author | Jason Glasgow <jglasgow@chromium.org> | Tue Apr 17 15:47:40 2012 -0400 |
committer | Gerrit <chrome-bot@google.com> | Wed Apr 18 12:37:36 2012 -0700 |
tree | 4b407b7f4651e6a2f2e2431fea101d6bfe8c8d1a | |
parent | 2f903b3842af547e062fbf7b21a04e103211dec3 [diff] |
shill: cellular: simplify property change notification Simplify property change notification by using a single mechanism to handle it instead of two. Old style notifications are turned into new style notifications by the modem object. A few minor style clean ups -- remove std:: where not needed and ensure that public interfaces are declared as public interfaces in subclasses (i.e not protected). BUG=chromium-os:29569 TEST=run unit tests Change-Id: If8b957d8b6518c95fa1d20bdef7d1ec6a8ed5ea3 Reviewed-on: https://gerrit.chromium.org/gerrit/20395 Tested-by: Jason Glasgow <jglasgow@chromium.org> Reviewed-by: Nathan J. Williams <njw@chromium.org> Commit-Ready: Jason Glasgow <jglasgow@chromium.org>