VirtualBox

忽略:
時間撮記:
2013-11-15 下午01:19:45 (11 年 以前)
作者:
vboxsync
訊息:

Main/GuestCtrl: Reference counting bugfixes, handle more directoryCreate errors.

檔案:
修改 1 筆資料

圖例:

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

    r49349 r49504  
    133133void GuestDirectory::uninit(void)
    134134{
    135     LogFlowThisFunc(("\n"));
     135    LogFlowThisFuncEnter();
    136136
    137137    /* Enclose the state transition Ready->InUninit->NotReady. */
     
    246246
    247247    return strError;
     248}
     249
     250/**
     251 * Called by IGuestSession right before this directory gets
     252 * removed from the public directory list.
     253 */
     254int GuestDirectory::onRemove(void)
     255{
     256    LogFlowThisFuncEnter();
     257
     258    int vrc = VINF_SUCCESS;
     259         
     260    LogFlowFuncLeaveRC(vrc);
     261    return vrc;
    248262}
    249263
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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