зеркало из https://github.com/mozilla/gecko-dev.git
[not part of build] Added GetFile() to implement the file attribute.
This commit is contained in:
Родитель
d4c0c120f1
Коммит
0fa067b527
|
@ -260,6 +260,14 @@ nsCacheEntryDescriptor::SetStoragePolicy(nsCacheStoragePolicy policy)
|
|||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsCacheEntryDescriptor::GetFile(nsIFile ** result)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(result);
|
||||
if (!mCacheEntry) return NS_ERROR_NOT_AVAILABLE;
|
||||
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsCacheEntryDescriptor::Doom()
|
||||
|
|
Загрузка…
Ссылка в новой задаче