Y
Hacker News
new
|
ask
|
show
|
jobs
by
ptx
2447 days ago
Meaning that the AddRef/Release counter has to be shared between that group of objects?
1 comments
pjc50
2447 days ago
Same object, different interfaces.
link
magicalhippo
2447 days ago
You can implement the other interfaces using other objects, but they should delegate the ref counting to the root/main object.
link