update interfaces/innerkits/ipc_core/include/ipc_object_proxy.h.

Signed-off-by: yanghang <yanghang86@huawei.com>
This commit is contained in:
yanghang 2024-08-21 12:46:14 +00:00 committed by Gitee
parent d02d9ae77e
commit d329adabfa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -350,6 +350,7 @@ private:
private:
std::mutex initMutex_;
std::recursive_mutex mutex_;
std::mutex descMutex_;
std::vector<sptr<DeathRecipient>> recipients_;
const uint32_t handle_;