Saves 'instance_id' to member 'instance_id_'
| 64 | } |
| 65 | /// Saves 'instance_id' to member 'instance_id_' |
| 66 | void SetInstanceId(const TUniqueId& instance_id) { |
| 67 | instance_id_ = instance_id; |
| 68 | } |
| 69 | |
| 70 | /// Saves param 'thread_name' to member 'thread_name_'. |
| 71 | /// If the length of param 'thread_name' is larger than THREAD_NAME_SIZE, |
no outgoing calls