Changeset 55259 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
- Timestamp:
- Apr 14, 2015 5:59:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r55180 r55259 10 10 11 11 /* 12 * Copyright (C) 2006-201 4Oracle Corporation12 * Copyright (C) 2006-2015 Oracle Corporation 13 13 * 14 14 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2528 2528 InsertConfigString(pLunL1, "DevicePath", bstr); 2529 2529 } 2530 else if (eHostMode == PortMode_TCP) 2531 { 2532 InsertConfigString(pLunL0, "Driver", "Char"); 2533 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL1); 2534 InsertConfigString(pLunL1, "Driver", "TCP"); 2535 InsertConfigNode(pLunL1, "Config", &pLunL2); 2536 InsertConfigString(pLunL2, "Location", bstr); 2537 InsertConfigInteger(pLunL2, "IsServer", fServer); 2538 } 2530 2539 else if (eHostMode == PortMode_RawFile) 2531 2540 { … … 2717 2726 LogRel(("Audio: Automatically setting host audio backend to OSS\n")); 2718 2727 /* Manually set backend to OSS for now. */ 2719 InsertConfigString(pLunL1, "Driver", "OSSAudio"); 2728 InsertConfigString(pLunL1, "Driver", "OSSAudio"); 2720 2729 # else 2721 2730 InsertConfigString(pCfg, "AudioDriver", "solaudio");
Note:
See TracChangeset
for help on using the changeset viewer.