VirtualBox

Changeset 25985 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Jan 23, 2010 12:51:04 AM (15 years ago)
Author:
vboxsync
Message:

pdmifs.h: the final batch of refactored interface ID code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio.cpp

    r25984 r25985  
    531531    Assert(&pThis->IBase == pInterface);
    532532
    533     if (RTUuidCompare2Strs(pszIID, PDMIBASE_IID) == 0)
    534         return &pThis->IBase;
     533    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIBASE, &pThis->IBase);
    535534    PDMIBASE_RETURN_INTERFACE(pszIID, PDMILEDPORTS, &pThis->ILeds);
    536535    return NULL;
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