VirtualBox

Ignore:
Timestamp:
Jun 3, 2009 7:09:35 AM (16 years ago)
Author:
vboxsync
Message:

Main: OSE warnings

File:
1 edited

Legend:

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

    r19610 r20206  
    14691469    return S_OK;
    14701470#else
     1471    NOREF(vrdpServer);
    14711472    ReturnComNotImplemented();
    14721473#endif
     
    15351536     * extended error info to indicate that USB is simply not available
    15361537     * (w/o treting it as a failure), for example, as in OSE */
     1538    NOREF(aUSBController);
    15371539    ReturnComNotImplemented();
    15381540#endif
     
    85038505
    85048506    MachineState_T lastState = mData->mMachineState;
     8507    NOREF(lastState);
    85058508
    85068509    if (aReason == Uninit::Abnormal)
     
    87408743    *aMatched = mUSBController->hasMatchingFilter (aUSBDevice, aMaskedIfs);
    87418744#else
     8745    NOREF(aUSBDevice);
     8746    NOREF(aMaskedIfs);
    87428747    *aMatched = FALSE;
    87438748#endif
     
    87658770    return service->captureDeviceForVM (this, Guid(aId));
    87668771#else
     8772    NOREF(aId);
    87678773    return E_NOTIMPL;
    87688774#endif
     
    87848790    return service->detachDeviceFromVM (this, Guid(aId), !!aDone);
    87858791#else
     8792    NOREF(aId);
     8793    NOREF(aDone);
    87868794    return E_NOTIMPL;
    87878795#endif
     
    88428850    return service->detachAllDevicesFromVM (this, !!aDone, false /* aAbnormal */);
    88438851#else
     8852    NOREF(aDone);
    88448853    return S_OK;
    88458854#endif
     
    99549963        default: break;
    99559964    }
     9965#else
     9966    NOREF(aDevice);
     9967    NOREF(aMaskedIfs);
    99569968#endif
    99579969    return false;
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