This commit is contained in:
warren%netscape.com 2000-07-07 23:43:00 +00:00
Родитель 508b7d367b
Коммит 7ce825ddd8
1 изменённых файлов: 1 добавлений и 1 удалений

2
netwerk/cache/public/nsIStreamAsFile.idl поставляемый
Просмотреть файл

@ -71,7 +71,7 @@ interface nsIStreamAsFile : nsISupports
interface nsIStreamAsFileObserver : nsISupports
{
/**
* Flag bits for argument to Observe() method.
* Flag bits for argument to observeStreamAsFile() method.
*/
const long NOTIFY_AVAILABLE = 1 << 0; // Stream-as-file now available for reading
const long NOTIFY_ERROR = 1 << 1; // Error while loading stream / creating file