Removed the command member as it is no longer needed.

This commit is contained in:
tbogard%aol.net 2000-03-27 02:34:51 +00:00
Родитель d20788199d
Коммит d649697e22
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -42,8 +42,7 @@ public:
const char* aCharset= nsnull ,
nsCharsetSource aSource = kCharsetUninitialized) = 0;
NS_IMETHOD ReloadDocument(const char* aCharset = nsnull ,
nsCharsetSource aSource = kCharsetUninitialized,
const char* aCmd = nsnull) = 0;
nsCharsetSource aSource = kCharsetUninitialized) = 0;
NS_IMETHOD StopDocumentLoad(void) = 0;
NS_IMETHOD SetRendering(PRBool aRender) = 0;