VirtualBox

忽略:
時間撮記:
2015-4-13 下午05:27:27 (10 年 以前)
作者:
vboxsync
訊息:

Main/Console: next attempt at making some g++ versions happy

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r55219 r55222  
    59195919 */
    59205920HRESULT Console::i_onlineMergeMedium(IMediumAttachment *aMediumAttachment,
    5921                                    ULONG aSourceIdx, ULONG aTargetIdx,
    5922                                    IProgress *aProgress)
     5921                                     ULONG aSourceIdx, ULONG aTargetIdx,
     5922                                     IProgress *aProgress)
    59235923{
    59245924    AutoCaller autoCaller(this);
     
    61416141        alock.release();
    61426142
     6143        IMediumAttachment *pAttachment = aAttachments[i];
    61436144        int vrc = VMR3ReqCallWaitU(ptrVM.rawUVM(), VMCPUID_ANY,
    61446145                                   (PFNRT)i_reconfigureMediumAttachment, 13,
    61456146                                   this, ptrVM.rawUVM(), pcszDevice, lInstance, enmBus, fUseHostIOCache,
    61466147                                   fBuiltinIOCache, false /* fSetupMerge */, 0 /* uMergeSource */,
    6147                                    0 /* uMergeTarget */, *aAttachments[i], mMachineState, &rc);
     6148                                   0 /* uMergeTarget */, pAttachment, mMachineState, &rc);
    61486149        if (RT_FAILURE(vrc))
    61496150            throw setError(E_FAIL, tr("%Rrc"), vrc);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette