Changed a parameter ( nsVector to nsVoidArray ).

to add support for KEYGEN.
This commit is contained in:
harishd%netscape.com 2000-05-05 20:39:12 +00:00
Родитель a727d8849b
Коммит a9d336f569
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -36,7 +36,7 @@
#include "nsIDOMHTMLInputElement.h"
class nsString;
class nsVector;
class nsVoidArray;
// {7E4BB410-8740-11d3-967F-00105A1B1B76}
#define NS_IFORMPROCESSOR_CID \
@ -83,7 +83,7 @@ public:
*/
NS_IMETHOD ProvideContent(const nsString& aFormType,
nsVector& aContent,
nsVoidArray& aContent,
nsString& aAttribute) = 0;
};

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

@ -36,7 +36,7 @@
#include "nsIDOMHTMLInputElement.h"
class nsString;
class nsVector;
class nsVoidArray;
// {7E4BB410-8740-11d3-967F-00105A1B1B76}
#define NS_IFORMPROCESSOR_CID \
@ -83,7 +83,7 @@ public:
*/
NS_IMETHOD ProvideContent(const nsString& aFormType,
nsVector& aContent,
nsVoidArray& aContent,
nsString& aAttribute) = 0;
};