Changeset 73629 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Aug 13, 2018 9:40:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r73622 r73629 2813 2813 GetExtraDataBoth(virtualBox, pMachine, "VBoxInternal2/Audio/Debug/PathOut", &strDebugPathOut); 2814 2814 2815 /** @todo Implement an audio device class, similar to the audio backend class, to construct the common stuff 2816 * without duplicating (more) code. */ 2817 2815 2818 switch (audioController) 2816 2819 { … … 2865 2868 hrc = pBusMgr->assignPCIDevice(strAudioDevice.c_str(), pInst); H(); 2866 2869 InsertConfigNode (pInst, "Config", &pCfg); 2867 2868 InsertConfigInteger(pCfg, "DebugEnabled", fDebugEnabled); 2869 InsertConfigString (pCfg, "DebugPathOut", strDebugPathOut); 2870 InsertConfigInteger(pCfg, "DebugEnabled", fDebugEnabled); 2871 InsertConfigString (pCfg, "DebugPathOut", strDebugPathOut); 2870 2872 break; 2871 2873 }
Note:
See TracChangeset
for help on using the changeset viewer.