Changeset 69046 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 11, 2017 4:11:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r68956 r69046 5952 5952 case PortMode_HostPipe: 5953 5953 pelmPort->setAttribute("server", port.fServer); 5954 /* fall thru */5954 RT_FALL_THRU(); 5955 5955 case PortMode_HostDevice: 5956 5956 case PortMode_RawFile: … … 6002 6002 break; 6003 6003 } 6004 /* fall through */6004 RT_FALL_THRU(); 6005 6005 case AudioControllerType_AC97: 6006 6006 default:
Note:
See TracChangeset
for help on using the changeset viewer.