VirtualBox

Changeset 25974 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 22, 2010 2:49:05 PM (15 years ago)
Author:
vboxsync
Message:

pdmifs.h: another batch of _IID changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r25966 r25974  
    33703370        else
    33713371        {
    3372             PPDMIMOUNT pIMount = NULL;
    3373             pIMount = (PPDMIMOUNT) pBase->pfnQueryInterface(pBase, PDMINTERFACE_MOUNT);
     3372            PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT);
    33743373            AssertBreakStmt(pIMount, rc = VERR_INVALID_POINTER);
    33753374
     
    34593458        if (!fHostDrive && pszPath && *pszPath)
    34603459        {
    3461             PPDMIMOUNT pIMount = NULL;
    3462             pIMount = (PPDMIMOUNT) pBase->pfnQueryInterface(pBase, PDMINTERFACE_MOUNT);
     3460            PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT);
    34633461            if (!pIMount)
    34643462            {
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