- 時間撮記:
- 2013-6-27 上午09:37:07 (12 年 以前)
- svn:sync-xref-src-repo-rev:
- 86765
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r46820 r46823 2039 2039 } 2040 2040 2041 #if !defined(VBOX_COM_INPROC)2042 2041 STDMETHODIMP ExtPackManager::OpenExtPackFile(IN_BSTR a_bstrTarballAndDigest, IExtPackFile **a_ppExtPackFile) 2043 2042 { … … 2046 2045 AssertReturn(m->enmContext == VBOXEXTPACKCTX_PER_USER_DAEMON, E_UNEXPECTED); 2047 2046 2047 #if !defined(VBOX_COM_INPROC) 2048 2048 /* The API can optionally take a ::SHA-256=<hex-digest> attribute at the 2049 2049 end of the file name. This is just a temporary measure for … … 2069 2069 2070 2070 return hrc; 2071 #else 2072 return E_NOTIMPL; 2073 #endif 2071 2074 } 2072 2075 … … 2079 2082 Assert(m->enmContext == VBOXEXTPACKCTX_PER_USER_DAEMON); 2080 2083 2084 #if !defined(VBOX_COM_INPROC) 2081 2085 AutoCaller autoCaller(this); 2082 2086 HRESULT hrc = autoCaller.rc(); … … 2127 2131 2128 2132 return hrc; 2129 } 2133 #else 2134 return E_NOTIMPL; 2130 2135 #endif 2136 } 2131 2137 2132 2138 STDMETHODIMP ExtPackManager::Cleanup(void)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器