VirtualBox

Changeset 1487 in vbox for trunk


Ignore:
Timestamp:
Mar 14, 2007 7:02:07 PM (18 years ago)
Author:
vboxsync
Message:

please don't mess up the indent, and the lenght of those lines weren't bad but the rewrapped result was unreadable.

File:
1 edited

Legend:

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

    r1476 r1487  
    15761576     */
    15771577    DECLR3CALLBACKMEMBER(int, pfnQueryBatteryStatus,(PPDMIACPICONNECTOR, bool *pfPresent, PPDMACPIBATCAPACITY penmRemainingCapacity,
    1578                 PPDMACPIBATSTATE penmBatteryState, uint32_t *pu32PresentRate));
     1578                                                     PPDMACPIBATSTATE penmBatteryState, uint32_t *pu32PresentRate));
    15791579} PDMIACPICONNECTOR;
    15801580
     
    16461646     */
    16471647    DECLR3CALLBACKMEMBER(int, pfnSetCredentials,(PPDMIVMMDEVPORT pInterface, const char *pszUsername,
    1648                 const char *pszPassword, const char *pszDomain,
    1649                 uint32_t fFlags));
     1648                                                 const char *pszPassword, const char *pszDomain,
     1649                                                 uint32_t fFlags));
    16501650
    16511651    /**
     
    22132213 * @returns VBox status.
    22142214 * @param   pDrvIns     The driver instance data.
    2215  *                      If the registration structure is needed,
    2216  *                      pDrvIns->pDrvReg points to it.
    2217  * @param   pCfgHandle  Configuration node handle for the driver. Use this to
    2218  *                      obtain the configuration of the driver instance. It's
    2219  *                      also found in pDrvIns->pCfgHandle as it's expected to
    2220  *                      be used frequently in this function.
     2215 *                      If the registration structure is needed, pDrvIns->pDrvReg points to it.
     2216 * @param   pCfgHandle  Configuration node handle for the driver. Use this to obtain the configuration
     2217 *                      of the driver instance. It's also found in pDrvIns->pCfgHandle as it's expected
     2218 *                      to be used frequently in this function.
    22212219 */
    22222220typedef DECLCALLBACK(int)   FNPDMDRVCONSTRUCT(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle);
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