VirtualBox

Changeset 59276 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 7, 2016 12:00:32 PM (9 years ago)
Author:
vboxsync
Message:

Build fix: forgot to commit this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r58983 r59276  
    44
    55/*
    6  * Copyright (C) 2006-2015 Oracle Corporation
     6 * Copyright (C) 2006-2016 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    521521
    522522    /**
    523      * Checks whether the specified guest input stream is in a working state.
     523     * Checks whether the specified guest input stream is in a valid (working) state.
    524524     *
    525525     * @returns True if a host voice in is available, false if not.
     
    527527     * @param   pGstStrmIn      Pointer to guest input stream to check.
    528528     */
    529     DECLR3CALLBACKMEMBER(bool, pfnIsInputOK, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn));
    530 
    531     /**
    532      * Checks whether the specified guest output stream is in a working state.
     529    DECLR3CALLBACKMEMBER(bool, pfnIsValidIn, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn));
     530
     531    /**
     532     * Checks whether the specified guest output stream is in a valid (working) state.
    533533     *
    534534     * @returns True if a host voice out is available, false if not.
     
    536536     * @param   pGstStrmOut     Pointer to guest output stream to check.
    537537     */
    538     DECLR3CALLBACKMEMBER(bool, pfnIsOutputOK, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut));
     538    DECLR3CALLBACKMEMBER(bool, pfnIsValidOut, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut));
    539539
    540540    /**
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