Changeset 44419 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Jan 28, 2013 12:06:54 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r44402 r44419 5 5 6 6 /* 7 * Copyright (C) 2005-201 2Oracle Corporation7 * Copyright (C) 2005-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 521 521 static DECLCALLBACK(int) configConstructor(PUVM pUVM, PVM pVM, void *pvConsole); 522 522 int configConstructorInner(PUVM pUVM, PVM pVM, AutoWriteLock *pAlock); 523 int configCfgmOverlay(P VM pVM, IVirtualBox *pVirtualBox, IMachine *pMachine);523 int configCfgmOverlay(PCFGMNODE pRoot, IVirtualBox *pVirtualBox, IMachine *pMachine); 524 524 int configDumpAPISettingsTweaks(IVirtualBox *pVirtualBox, IMachine *pMachine); 525 525 … … 576 576 bool fForce); 577 577 578 HRESULT attachRawPCIDevices(P VM pVM, BusAssignmentManager *BusMgr, PCFGMNODE pDevices);578 HRESULT attachRawPCIDevices(PUVM pUVM, BusAssignmentManager *BusMgr, PCFGMNODE pDevices); 579 579 void attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, 580 580 uint64_t uFirst, uint64_t uLast,
Note:
See TracChangeset
for help on using the changeset viewer.