Changeset 64318 in vbox for trunk/src/VBox
- Timestamp:
- Oct 19, 2016 12:05:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp
r64316 r64318 536 536 537 537 538 DECLHIDDEN(int) drvHostBaseQueryMediaStatusOs(PDRVHOSTBASE pThis, bool *pfMediaChanged, bool *pfMediaPresent) 539 { 540 RT_NOREF3(pThis, pfMediaChanged, pfMediaPresent); /* We don't support the polling method. */ 541 return VERR_NOT_SUPPORTED; 542 } 543 544 538 545 DECLHIDDEN(bool) drvHostBaseIsMediaPollingRequiredOs(PDRVHOSTBASE pThis) 539 546 {
Note:
See TracChangeset
for help on using the changeset viewer.