Lines Matching defs:VirtualBoxBase
146 * Special version of the Assert macro to be used within VirtualBoxBase
153 * @see VirtualBoxBase::setError
170 * Special version of the AssertFailed macro to be used within VirtualBoxBase
177 * @see VirtualBoxBase::setError
192 * Special version of the AssertMsg macro to be used within VirtualBoxBase
213 * Special version of the AssertMsgFailed macro to be used within VirtualBoxBase
232 * Special version of the AssertRC macro to be used within VirtualBoxBase
246 * Special version of the AssertMsgRC macro to be used within VirtualBoxBase
261 * Special version of the AssertComRC macro to be used within VirtualBoxBase
546 * Parent class of VirtualBoxBase which enables translation support (which
550 * This class sits in between Lockable and VirtualBoxBase only for the one
552 * implemented as a COM object, which VirtualBoxBase implies.
579 * translation"). See VirtualBoxBase::translate() for more info.
600 // VirtualBoxBase
625 * from VirtualBoxBase. It implements the pure virtual getClassIID() and
627 * of a class derived from VirtualBoxBase cannot be instantiated.
667 class ATL_NO_VTABLE VirtualBoxBase
698 VirtualBoxBase();
699 virtual ~VirtualBoxBase();
726 * This *must* be implemented by every subclass deriving from VirtualBoxBase;
735 * This *must* be implemented by every subclass deriving from VirtualBoxBase;
752 static HRESULT handleUnexpectedExceptions(VirtualBoxBase *const aThis, RT_SRC_POS_DECL);