This commit is contained in:
mcmullen%netscape.com 1999-05-08 00:21:46 +00:00
Родитель ab18f92e08
Коммит fc15f532fe
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -40,8 +40,8 @@ NS_BASE nsresult WriteDescriptor(
NS_BASE nsInputStream& operator >> (
nsInputStream&,
nsPersistentFileDescriptor&);
// reads the data from a file
// reads the data from a stream (file or string)
NS_BASE nsOutputStream& operator << (
nsOutputStream&,
const nsPersistentFileDescriptor&);
// writes the data to a file
// writes the data to a stream (file or string)

Просмотреть файл

@ -40,8 +40,8 @@ NS_BASE nsresult WriteDescriptor(
NS_BASE nsInputStream& operator >> (
nsInputStream&,
nsPersistentFileDescriptor&);
// reads the data from a file
// reads the data from a stream (file or string)
NS_BASE nsOutputStream& operator << (
nsOutputStream&,
const nsPersistentFileDescriptor&);
// writes the data to a file
// writes the data to a stream (file or string)