VirtualBox

Changeset 22322 in vbox for trunk/include


Ignore:
Timestamp:
Aug 18, 2009 1:15:13 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51211
Message:

pdmdrv.h: spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdrv.h

    r22277 r22322  
    156156 * Attach command.
    157157 *
    158  * This is called to let the drive attach to a driver at runtime.  This is not 
    159  * called during VM construction, the driver constructor have to do this by 
    160  * calling PDMDrvHlpAttach. 
     158 * This is called to let the drive attach to a driver at runtime.  This is not
     159 * called during VM construction, the driver constructor have to do this by
     160 * calling PDMDrvHlpAttach.
    161161 *
    162162 * This is like plugging in the keyboard or mouse after turning on the PC.
     
    178178 * This is like ejecting a cdrom or floppy.
    179179 *
    180  * @param   pDrvIns     The driver instance. 
    181  * @param   fFlags      PDM_TACH_FLAGS_NOT_HOT_PLUG or 0. 
     180 * @param   pDrvIns     The driver instance.
     181 * @param   fFlags      PDM_TACH_FLAGS_NOT_HOT_PLUG or 0.
    182182 */
    183183typedef DECLCALLBACK(void)  FNPDMDRVDETACH(PPDMDRVINS pDrvIns, uint32_t fFlags);
     
    389389     * @returns VBox status code.
    390390     * @param   pDrvIns             Driver instance.
    391      * @param   fFlags              PDM_TACH_FLAGS_NOT_HOT_PLUG or 0. 
     391     * @param   fFlags              PDM_TACH_FLAGS_NOT_HOT_PLUG or 0.
    392392     * @param   ppBaseInterface     Where to store the pointer to the base interface.
    393393     */
     
    398398     *
    399399     * @returns VBox status code.
    400      * @param   pDrvIns             Driver instance. 
    401      * @param   fFlags              PDM_TACH_FLAGS_NOT_HOT_PLUG or 0. 
     400     * @param   pDrvIns             Driver instance.
     401     * @param   fFlags              PDM_TACH_FLAGS_NOT_HOT_PLUG or 0.
    402402     */
    403403    DECLR3CALLBACKMEMBER(int, pfnDetach,(PPDMDRVINS pDrvIns, uint32_t fFlags));
     
    409409     * @returns VBox status code.
    410410     * @param   pDrvIns             Driver instance.
    411      * @param   fFlags              PDM_TACH_FLAGS_NOT_HOT_PLUG or 0. 
     411     * @param   fFlags              PDM_TACH_FLAGS_NOT_HOT_PLUG or 0.
    412412     */
    413413    DECLR3CALLBACKMEMBER(int, pfnDetachSelf,(PPDMDRVINS pDrvIns, uint32_t fFlags));
     
    851851}
    852852
    853 /** 
    854  * Check that there is no driver below the us that we should attach to. 
    855  * 
    856  * @returns VERR_PDM_NO_ATTACHED_DRIVER if there is no driver. 
    857  * @param   pDrvIns     The driver instance. 
     853/**
     854 * Check that there is no driver below the us that we should attach to.
     855 *
     856 * @returns VERR_PDM_NO_ATTACHED_DRIVER if there is no driver.
     857 * @param   pDrvIns     The driver instance.
    858858 */
    859859DECLINLINE(int) PDMDrvHlpNoAttach(PPDMDRVINS pDrvIns)
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