commit | 0b7bb9f1484126e098d0c2a295d4213583005b19 | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Tue Sep 29 01:11:21 2015 -0700 |
committer | Vitaly Buka <vitalybuka@google.com> | Thu Oct 01 18:11:29 2015 +0000 |
tree | 65eaf3aac66aaefd9fb608ea4e7c3a9f7a5c3239 | |
parent | 994bdf3a633711b674aebaae21c5a54063cd7303 [diff] [blame] |
weave/settings: add device_id with persisted guid Bug: 24485657 Change-Id: Iad88280c83c962a4843f3d4def8ef64767303197 Reviewed-on: https://weave-review.googlesource.com/1181 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/src/privet/cloud_delegate.h b/libweave/src/privet/cloud_delegate.h index 24c98fb..74456d3 100644 --- a/libweave/src/privet/cloud_delegate.h +++ b/libweave/src/privet/cloud_delegate.h
@@ -51,6 +51,9 @@ virtual void OnStateChanged() {} }; + // Returns the ID of the device. + virtual std::string GetDeviceId() const = 0; + // Returns the model ID of the device. virtual std::string GetModelId() const = 0;