- 時間撮記:
- 2015-5-27 下午12:48:13 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r56088 r56096 2744 2744 2745 2745 std::list<Utf8Str> audioPropertyNamesList; 2746 std::map<Utf8Str, Utf8Str> audioProperties;2747 2746 for (size_t i = 0; i < audioProps.size(); ++i) 2748 2747 { … … 2751 2750 hrc = audioAdapter->GetProperty(audioProps[i], bstrValue.asOutParam()); 2752 2751 Utf8Str strKey(audioProps[i]); 2753 audioProperties[strKey] = Utf8Str(bstrValue);2754 2752 InsertConfigString(pCfgAudioSettings, strKey.c_str(), bstrValue); 2755 2753 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器