VirtualBox

忽略:
時間撮記:
2012-8-2 上午10:24:28 (12 年 以前)
作者:
vboxsync
訊息:

Guest Control 2.0: Update.

檔案:
修改 1 筆資料

圖例:

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

    r42478 r42525  
    5252/////////////////////////////////////////////////////////////////////////////
    5353
    54 HRESULT GuestDirectory::init(void)
     54int GuestDirectory::init(GuestSession *aSession, const Utf8Str &strPath)
    5555{
    5656    /* Enclose the state transition NotReady->InInit->Ready. */
     
    5858    AssertReturn(autoInitSpan.isOk(), E_FAIL);
    5959
     60    mData.mParent = aSession;
     61    mData.mName = strPath;
     62
    6063    /* Confirm a successful initialization when it's the case. */
    6164    autoInitSpan.setSucceeded();
    6265
    63     return S_OK;
     66    return VINF_SUCCESS;
    6467}
    6568
     
    100103/////////////////////////////////////////////////////////////////////////////
    101104
    102 STDMETHODIMP GuestDirectory::Read(IGuestFsObjInfo **aInfo)
     105STDMETHODIMP GuestDirectory::Read(IFsObjInfo **aInfo)
    103106{
    104107#ifndef VBOX_WITH_GUEST_CONTROL
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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