|
|
|
|
|
by barrkel
2447 days ago
|
|
COM is agnostic as to how you do multiple inheritance - it doesn't have the concept. It specifies the QueryInterface protocol, but you don't need to return the same instance for the result of the QI call, just one that uses the same lifetime refcount. Tear-off interfaces and delegated implementations are things in this world. |
|