VirtualBox

忽略:
時間撮記:
2008-9-22 下午04:03:25 (16 年 以前)
作者:
vboxsync
訊息:

various files: doxygen fixes.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Storage/DrvBlock.cpp

    r11286 r12653  
    259259#define PDMIBLOCKASYNC_2_DRVBLOCK(pInterface)        ( (PDRVBLOCK)((uintptr_t)pInterface - RT_OFFSETOF(DRVBLOCK, IBlockAsync)) )
    260260
    261 /** @copydoc PDMIBLOCKASYNC::pfnRead */
     261/** @copydoc PDMIBLOCKASYNC::pfnStartRead */
    262262static DECLCALLBACK(int) drvblockAsyncReadStart(PPDMIBLOCKASYNC pInterface, uint64_t off, PPDMDATASEG pSeg, unsigned cSeg, size_t cbRead, void *pvUser)
    263263{
     
    278278
    279279
    280 /** @copydoc PDMIBLOCKASYNC::pfnWrite */
     280/** @copydoc PDMIBLOCKASYNC::pfnStartWrite */
    281281static DECLCALLBACK(int) drvblockAsyncWriteStart(PPDMIBLOCKASYNC pInterface, uint64_t off, PPDMDATASEG pSeg, unsigned cSeg, size_t cbWrite, void *pvUser)
    282282{
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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