Changeset 25974 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 22, 2010 2:49:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r25966 r25974 3370 3370 else 3371 3371 { 3372 PPDMIMOUNT pIMount = NULL; 3373 pIMount = (PPDMIMOUNT) pBase->pfnQueryInterface(pBase, PDMINTERFACE_MOUNT); 3372 PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT); 3374 3373 AssertBreakStmt(pIMount, rc = VERR_INVALID_POINTER); 3375 3374 … … 3459 3458 if (!fHostDrive && pszPath && *pszPath) 3460 3459 { 3461 PPDMIMOUNT pIMount = NULL; 3462 pIMount = (PPDMIMOUNT) pBase->pfnQueryInterface(pBase, PDMINTERFACE_MOUNT); 3460 PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT); 3463 3461 if (!pIMount) 3464 3462 {
Note:
See TracChangeset
for help on using the changeset viewer.