Searched defs:COMBaseWithEI (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h179 friend class COMBaseWithEI;
500 class COMBaseWithEI : public COMBase class in inherits:COMBase
515 COMBaseWithEI() : COMBase() {}; function in class:COMBaseWithEI
547 COMResult(const COMBaseWithEI &aComponent)
564 COMResult &operator=(const COMBaseWithEI &aComponent)
610 * @param B Base class, either COMBase (by default) or COMBaseWithEI.
817 class CUnknown : public CInterface<IUnknown, COMBaseWithEI>
821 typedef CInterface<IUnknown, COMBaseWithEI> Base;

Completed in 46 milliseconds