VirtualBox

儲存庫 vbox 的更動 16512


忽略:
時間撮記:
2009-2-4 下午12:54:55 (16 年 以前)
作者:
vboxsync
訊息:

typo

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r16503 r16512  
    204204        : that(aThat)
    205205        , progress(aProgress)
    206         , rc(S_OK) 
     206        , rc(S_OK)
    207207    {}
    208208    ~Task() {}
     
    260260    int vrc = RTThreadCreate(NULL, Appliance::taskThread, this,
    261261                             0, RTTHREADTYPE_MAIN_HEAVY_WORKER, 0,
    262                              "Applicane::Task");
     262                             "Appliance::Task");
    263263    ComAssertMsgRCRet(vrc,
    264264                      ("Could not create Appliance::Task thread (%Rrc)\n", vrc), E_FAIL);
     
    18251825                        {
    18261826                            /* This isn't allowed */
    1827                             throw setError(E_FAIL, 
     1827                            throw setError(E_FAIL,
    18281828                                           tr("Some internal error occured"));
    18291829                        }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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