Changeset 51612 in vbox for trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp
- Timestamp:
- Jun 12, 2014 4:46:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp
r49644 r51612 5 5 6 6 /* 7 * Copyright (C) 2010-201 3Oracle Corporation7 * Copyright (C) 2010-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 76 76 PDRVMAINPCIRAWDEV pThis = RT_FROM_CPP_MEMBER(pInterface, DRVMAINPCIRAWDEV, IConnector); 77 77 Console *pConsole = pThis->pPCIRawDev->getParent(); 78 const ComPtr<IMachine>& machine = pConsole-> machine();78 const ComPtr<IMachine>& machine = pConsole->i_machine(); 79 79 ComPtr<IVirtualBox> vbox; 80 80
Note:
See TracChangeset
for help on using the changeset viewer.