Changeset 23739 in vbox
- Timestamp:
- Oct 13, 2009 6:33:06 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53462
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r23410 r23739 1084 1084 { 1085 1085 RTFileClose(pThis->FileRawDevice); 1086 pThis->FileRawDevice = NIL_RTFILE; 1087 } 1088 if (pThis->FileDevice != NIL_RTFILE) 1089 { 1090 RTFileClose(pThis->FileDevice); 1086 1091 pThis->FileDevice = NIL_RTFILE; 1087 }1088 if (pThis->FileDevice != NIL_RTFILE)1089 {1090 RTFileClose(pThis->FileDevice);1091 pThis->FileRawDevice = NIL_RTFILE;1092 1092 } 1093 1093 RTFILE FileRawDevice; … … 1433 1433 1434 1434 /* 1435 * Determin the size.1435 * Determine the size. 1436 1436 */ 1437 1437 uint64_t cb; -
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r23409 r23739 342 342 fMediaPresent = false; 343 343 fMediaChanged = true; 344 /** @todo check this media chan ce stuff on Darwin. */344 /** @todo check this media change stuff on Darwin. */ 345 345 } 346 346
Note:
See TracChangeset
for help on using the changeset viewer.