- 時間撮記:
- 2012-8-2 上午10:24:28 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r42478 r42525 52 52 ///////////////////////////////////////////////////////////////////////////// 53 53 54 HRESULT GuestDirectory::init(void)54 int GuestDirectory::init(GuestSession *aSession, const Utf8Str &strPath) 55 55 { 56 56 /* Enclose the state transition NotReady->InInit->Ready. */ … … 58 58 AssertReturn(autoInitSpan.isOk(), E_FAIL); 59 59 60 mData.mParent = aSession; 61 mData.mName = strPath; 62 60 63 /* Confirm a successful initialization when it's the case. */ 61 64 autoInitSpan.setSucceeded(); 62 65 63 return S_OK;66 return VINF_SUCCESS; 64 67 } 65 68 … … 100 103 ///////////////////////////////////////////////////////////////////////////// 101 104 102 STDMETHODIMP GuestDirectory::Read(I GuestFsObjInfo **aInfo)105 STDMETHODIMP GuestDirectory::Read(IFsObjInfo **aInfo) 103 106 { 104 107 #ifndef VBOX_WITH_GUEST_CONTROL
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器