import "IObject.idl";
Inheritance diagram for upf::IObject:
Any interface that is part of the UPF system, must derive from it.
Public Methods | |
void | incRef () |
Increments object's reference count. | |
void | decRef () |
Decrements object's reference count. | |
InterfacePtr | queryInterface (in IID interface_id) |
CID | getClassID () |
Return class information (class name and list of implemented interfaces) for this object. |
|
Decrements object's reference count.
|
|
Return class information (class name and list of implemented interfaces) for this object.
|
|
Increments object's reference count.
|
|
For internal use only. Queries the object for interface with given IID.
|