VirtualBox

Changeset 4778 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 13, 2007 3:55:58 PM (17 years ago)
Author:
vboxsync
Message:

Stricter pointer types

File:
1 edited

Legend:

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

    r4718 r4778  
    209209
    210210    /** Pointer to the attached driver's base interface. */
    211     HCPTRTYPE(PPDMIBASE)            pDrvBase;
     211    R3PTRTYPE(PPDMIBASE)            pDrvBase;
    212212    /** Pointer to the attached driver's block interface. */
    213     HCPTRTYPE(PPDMIBLOCK)           pDrvBlock;
     213    R3PTRTYPE(PPDMIBLOCK)           pDrvBlock;
    214214    /** Pointer to the attached driver's block bios interface. */
    215     HCPTRTYPE(PPDMIBLOCKBIOS)       pDrvBlockBios;
     215    R3PTRTYPE(PPDMIBLOCKBIOS)       pDrvBlockBios;
    216216    /** Pointer to the attached driver's mount interface.
    217217     * This is NULL if the driver isn't a removable unit. */
    218     HCPTRTYPE(PPDMIMOUNT)           pDrvMount;
     218    R3PTRTYPE(PPDMIMOUNT)           pDrvMount;
    219219    /** The base interface. */
    220220    PDMIBASE                        IBase;
Note: See TracChangeset for help on using the changeset viewer.

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