- 時間撮記:
- 2012-6-20 下午02:19:06 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp
r41842 r41849 412 412 STDMETHODIMP BandwidthControl::CreateBandwidthGroup(IN_BSTR aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) 413 413 { 414 if (aMaxBytesPerSec <= 0) 415 return setError(E_INVALIDARG, 416 tr("Bandwidth group limit must be positive")); 417 414 418 AutoCaller autoCaller(this); 415 419 if (FAILED(autoCaller.rc())) return autoCaller.rc();
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器