Bug 166888 deprecate nsISupportsArray

r=alecf sr=alecf
This commit is contained in:
timeless%mozdev.org 2003-03-07 01:17:27 +00:00
Родитель 322b4851d6
Коммит 39a2ea215a
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -39,6 +39,14 @@
#include "nsISupports.idl"
#include "nsICollection.idl"
/*
* This entire interface is deprecated and should not be used.
* See nsIArray and nsIMutableArray for the new implementations.
*
* http://groups.google.com/groups?q=nsisupportsarray+group:netscape.public.mozilla.xpcom&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=3D779491.3050506%40netscape.com&rnum=2
* http://groups.google.com/groups?q=nsisupportsarray+group:netscape.public.mozilla.xpcom&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=al8412%245ab2%40ripley.netscape.com&rnum=8
*/
native nsISupportsArrayEnumFunc(nsISupportsArrayEnumFunc);
%{C++