mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-12-02 13:16:50 +00:00
fix ref count problem
Signed-off-by: wanghaoxu <wanghaoxu1@huawei.com>
This commit is contained in:
parent
1121f94823
commit
28069bb1ae
@ -41,7 +41,7 @@ public:
|
||||
enum {
|
||||
DATABUS_TYPE,
|
||||
};
|
||||
class DeathRecipient : public RefBase {
|
||||
class DeathRecipient : public virtual RefBase {
|
||||
public:
|
||||
enum {
|
||||
ADD_DEATH_RECIPIENT,
|
||||
|
Loading…
Reference in New Issue
Block a user