commit | 5c3a400fae4a146d86f4e7297dbf467333f0a1ba | [log] [tgz] |
---|---|---|
author | pwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu May 24 09:52:19 2012 +0000 |
committer | pwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu May 24 09:52:19 2012 +0000 |
tree | cf95ad6ade5eba6131a3c8fee958fa53ac215432 | |
parent | 3c580bed4e3e673d9754ceae6d55799396062f42 [diff] [blame] |
Re-added ChangeUniqueId temporary for chrome. Review URL: https://webrtc-codereview.appspot.com/594004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2287 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/src/modules/interface/module.h b/src/modules/interface/module.h index 55f8491..d9932ad 100644 --- a/src/modules/interface/module.h +++ b/src/modules/interface/module.h
@@ -19,6 +19,10 @@ class Module { public: + // TODO(henrika): Remove this when chrome is updated. + // DEPRICATED Change the unique identifier of this object. + virtual int32_t ChangeUniqueId(const int32_t id) { return 0; } + // Returns the number of milliseconds until the module want a worker // thread to call Process. virtual int32_t TimeUntilNextProcess() = 0;