Refactor ID Serial 2: change all ID functions to CamelCase (#4896)

This commit is contained in:
Yuhong Guo
2019-05-31 11:31:18 +08:00
committed by Hao Chen
parent 4e0be8b450
commit 1f0809e2b4
41 changed files with 506 additions and 509 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ class ObjectManager : public ObjectManagerInterface {
/// This is used as the callback identifier in Pull for
/// SubscribeObjectLocations. We only need one identifier because we never need to
/// subscribe multiple times to the same object during Pull.
UniqueID object_directory_pull_callback_id_ = UniqueID::from_random();
UniqueID object_directory_pull_callback_id_ = UniqueID::FromRandom();
/// A set of active wait requests.
std::unordered_map<UniqueID, WaitState> active_wait_requests_;