Changeset 20206 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Jun 3, 2009 7:09:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r19610 r20206 1469 1469 return S_OK; 1470 1470 #else 1471 NOREF(vrdpServer); 1471 1472 ReturnComNotImplemented(); 1472 1473 #endif … … 1535 1536 * extended error info to indicate that USB is simply not available 1536 1537 * (w/o treting it as a failure), for example, as in OSE */ 1538 NOREF(aUSBController); 1537 1539 ReturnComNotImplemented(); 1538 1540 #endif … … 8503 8505 8504 8506 MachineState_T lastState = mData->mMachineState; 8507 NOREF(lastState); 8505 8508 8506 8509 if (aReason == Uninit::Abnormal) … … 8740 8743 *aMatched = mUSBController->hasMatchingFilter (aUSBDevice, aMaskedIfs); 8741 8744 #else 8745 NOREF(aUSBDevice); 8746 NOREF(aMaskedIfs); 8742 8747 *aMatched = FALSE; 8743 8748 #endif … … 8765 8770 return service->captureDeviceForVM (this, Guid(aId)); 8766 8771 #else 8772 NOREF(aId); 8767 8773 return E_NOTIMPL; 8768 8774 #endif … … 8784 8790 return service->detachDeviceFromVM (this, Guid(aId), !!aDone); 8785 8791 #else 8792 NOREF(aId); 8793 NOREF(aDone); 8786 8794 return E_NOTIMPL; 8787 8795 #endif … … 8842 8850 return service->detachAllDevicesFromVM (this, !!aDone, false /* aAbnormal */); 8843 8851 #else 8852 NOREF(aDone); 8844 8853 return S_OK; 8845 8854 #endif … … 9954 9963 default: break; 9955 9964 } 9965 #else 9966 NOREF(aDevice); 9967 NOREF(aMaskedIfs); 9956 9968 #endif 9957 9969 return false;
Note:
See TracChangeset
for help on using the changeset viewer.