vbox的更動 85929 路徑 trunk/src/VBox/Main/include/AutoCaller.h
- 時間撮記:
- 2020-8-28 下午02:40:55 (5 年 以前)
- svn:sync-xref-src-repo-rev:
- 140122
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/include/AutoCaller.h
r82968 r85929 333 333 334 334 /** 335 * Sets the initialization status to Succeeded to indicate limited 336 * (partly successful) initialization but also adds the initialization 337 * error if required for further reporting. The AutoInitSpan destructor 338 * will place the managed VirtualBoxBase object to the Limited state. 339 */ 340 void setLimited(HRESULT rc) 341 { 342 mResult = Limited; 343 mFailedRC = rc; 344 mpFailedEI = new ErrorInfo(); 345 } 346 347 /** 335 348 * Sets the initialization status to Failure to indicates failed 336 349 * initialization. The AutoInitSpan destructor will place the managed
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器