- Timestamp:
- May 18, 2007 4:33:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostUSBDeviceImpl.cpp
r1 r2723 560 560 * Updates the state of the device. 561 561 * 562 * @return strue if the state has actually changed.563 * @return s false if the stat didn't change, or the change might have been causeby VBox.562 * @return true if the state has actually changed. 563 * @return false if the state didn't change, or the change might have been caused by VBox. 564 564 * 565 565 * @param aDev The current device state as seen by the proxy backend. … … 664 664 break; 665 665 } 666 } 667 666 667 return false; 668 } 669
Note:
See TracChangeset
for help on using the changeset viewer.