VirtualBox

Ignore:
Timestamp:
Jan 22, 2010 12:54:19 PM (15 years ago)
Author:
vboxsync
Message:

pdmifs.h: another batch of _IID changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp

    r25966 r25971  
    166166    if (RTUuidCompare2Strs(pszIID, PDMIBASE_IID) == 0)
    167167        return &pDrvIns->IBase;
    168     if (RTUuidCompare2Strs(pszIID, PDMINTERFACE_KEYBOARD_CONNECTOR) == 0)
     168    if (RTUuidCompare2Strs(pszIID, PDMIKEYBOARDCONNECTOR_IID) == 0)
    169169        return &pDrv->Connector;
    170170    return NULL;
     
    226226     * Get the IKeyboardPort interface of the above driver/device.
    227227     */
    228     pData->pUpPort = (PPDMIKEYBOARDPORT)pDrvIns->pUpBase->pfnQueryInterface(pDrvIns->pUpBase, PDMINTERFACE_KEYBOARD_PORT);
     228    pData->pUpPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIKEYBOARDPORT);
    229229    if (!pData->pUpPort)
    230230    {
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