Changeset 63239 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 10, 2016 9:39:08 AM (8 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r63184 r63239 812 812 /** @name Teleporter support 813 813 * @{ */ 814 static DECLCALLBACK(int) i_teleporterSrcThreadWrapper(RTTHREAD hThread , void *pvUser);814 static DECLCALLBACK(int) i_teleporterSrcThreadWrapper(RTTHREAD hThreadSelf, void *pvUser); 815 815 HRESULT i_teleporterSrc(TeleporterStateSrc *pState); 816 816 HRESULT i_teleporterSrcReadACK(TeleporterStateSrc *pState, const char *pszWhich, const char *pszNAckMsg = NULL); -
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r62485 r63239 538 538 GuestDnDURIObjCtx &getObj(uint64_t uID = 0) 539 539 { 540 RT_NOREF(uID); 540 541 AssertMsg(uID == 0, ("Other objects than object 0 is not supported yet\n")); 541 542 return objCtx; -
trunk/src/VBox/Main/include/PCIRawDevImpl.h
r62485 r63239 43 43 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 44 44 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); 45 static DECLCALLBACK(void) drvReset(PPDMDRVINS pDrvIns);46 45 static DECLCALLBACK(int) drvDeviceConstructComplete(PPDMIPCIRAWCONNECTOR pInterface, const char *pcszName, 47 46 uint32_t uHostPCIAddress, uint32_t uGuestPCIAddress, -
trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h
r62485 r63239 68 68 69 69 STDMETHOD(GetGUID)(GUID *guid); 70 STDMETHOD(GetSource)(BSTR * source);70 STDMETHOD(GetSource)(BSTR *pBstrSource); 71 71 STDMETHOD(GetDescription)(BSTR *description); 72 72 STDMETHOD(GetHelpFile)(BSTR *pBstrHelpFile);
Note:
See TracChangeset
for help on using the changeset viewer.