This commit is contained in:
mkaply%us.ibm.com 2002-08-07 11:01:59 +00:00
Родитель e84f3b5c15
Коммит e842ce18e1
1 изменённых файлов: 3 добавлений и 2 удалений

5
netwerk/cache/src/nsDiskCacheStreams.h поставляемый
Просмотреть файл

@ -71,10 +71,11 @@ public:
NS_ASSERTION(mInStreamCount >= 0, "mInStreamCount has gone negative");
}
// GCC 2.95.2 requires this to be defined, although we never call it.
// and OS/2 requires that it not be private
nsDiskCacheStreamIO() { NS_NOTREACHED("oops"); }
private:
// GCC 2.95.2 requires this to be defined, although we never call it.
nsDiskCacheStreamIO() { NS_NOTREACHED("oops"); }
nsresult OpenCacheFile(PRIntn flags, PRFileDesc ** fd);
nsresult ReadCacheBlocks();