Changeset 65646 in vbox
- Timestamp:
- Feb 7, 2017 11:34:59 AM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r65484 r65646 1145 1145 1146 1146 LogFlowFunc(("External auth asked for guest judgement\n")); 1147 } /* pass through */ 1147 } 1148 /* fall thru */ 1148 1149 1149 1150 case AuthType_Guest: -
trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp
r65544 r65646 1290 1290 case kHostUSBDeviceState_UsedByHost: 1291 1291 fIsImportant = true; 1292 /* fall thru */ 1292 1293 case kHostUSBDeviceState_Unused: 1293 1294 LogThisFunc(("{%s} %s -> %s\n", mName, i_getStateName(), i_stateName(kHostUSBDeviceState_Capturable))); -
trunk/src/VBox/Main/xml/Settings.cpp
r65088 r65646 5911 5911 case PortMode_HostPipe: 5912 5912 pelmPort->setAttribute("server", port.fServer); 5913 /* no break*/5913 /* fall thru */ 5914 5914 case PortMode_HostDevice: 5915 5915 case PortMode_RawFile:
Note:
See TracChangeset
for help on using the changeset viewer.