Changeset 51520 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jun 4, 2014 5:17:41 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp
r44528 r51520 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 52 52 /** Pointer to the SCSI port interface of the device above. */ 53 53 PPDMISCSIPORT pDevScsiPort; 54 /** The SCSI connector interface .*/54 /** The SCSI connector interface. */ 55 55 PDMISCSICONNECTOR ISCSIConnector; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.