VirtualBox

儲存庫 vbox 的更動 105268


忽略:
時間撮記:
2024-7-11 上午08:08:41 (7 月 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
163917
訊息:

Recording: Implemented support for a dedicated progress object, which is exposed to API clients. This can be used for better tracking the recording progress as well as for error reporting. The RecordingSettings API also now has a dedicated start() method to start recording, as well as support for attaching to an already ongoing recording by retrieving the progress object at a later time. Adapted FE/Qt (draft, see @todos), FE/VBoxManage and the Validation Kit testdriver to the new APIs. VBoxManage also can attach to an ongoing recording now. The recording progress object also will have multiple operations to get the recording progress for convenience [build fix]. bugref:10718

檔案:
修改 1 筆資料

圖例:

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

    r105267 r105268  
    262262    if (SUCCEEDED(hrc))
    263263    {
    264         hrc = pProgress->init(m_pConsole, Utf8Str("Recording"),
     264        hrc = pProgress->init(static_cast<IConsole *>(m_pConsole), Utf8Str("Recording"),
    265265                              TRUE /* aCancelable */, cOperations, cOperations /* ulTotalOperationsWeight */,
    266266                              Utf8Str("Starting"), 1 /* ulFirstOperationWeight */);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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