VirtualBox

Changeset 66956 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 18, 2017 4:08:47 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115497
Message:

doxygen fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r66955 r66956  
    224224
    225225/**
    226  * @interface_method_impl{VSCSILUNIOCALLBACKS,pfnGetRegionCount}
     226 * @interface_method_impl{VSCSILUNIOCALLBACKS,pfnVScsiLunMediumGetRegionCount}
    227227 */
    228228static DECLCALLBACK(uint32_t) drvscsiGetRegionCount(VSCSILUN hVScsiLun, void *pvScsiLunUser)
     
    234234}
    235235
    236 /** @interface_method_impl{PDMIMEDIA,pfnQueryRegionProperties} */
     236/** @interface_method_impl{VSCSILUNIOCALLBACKS,pfnVScsiLunMediumQueryRegionProperties} */
    237237static DECLCALLBACK(int) drvscsiQueryRegionProperties(VSCSILUN hVScsiLun, void *pvScsiLunUser,
    238238                                                      uint32_t uRegion, uint64_t *pu64LbaStart,
     
    247247}
    248248
    249 /** @interface_method_impl{VSCSILUNIOCALLBACKS,pfnQueryRegionPropertiesForLba} */
     249/** @interface_method_impl{VSCSILUNIOCALLBACKS,pfnVScsiLunMediumQueryRegionPropertiesForLba} */
    250250static DECLCALLBACK(int) drvscsiQueryRegionPropertiesForLba(VSCSILUN hVScsiLun, void *pvScsiLunUser,
    251251                                                            uint64_t u64LbaStart, uint32_t *puRegion,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette