Changing comments to indicate contract of weak reference.

This commit is contained in:
dp%netscape.com 2000-02-09 07:31:39 +00:00
Родитель 7bd6982e23
Коммит 83f3f65484
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -32,6 +32,8 @@ interface nsIKeyedStreamGenerator: nsISupports {
/* consumer will be a nsIPasswordSink for now, but not limited to that.
* Use NULL consumer to reset the KeyedStreamGenerator's state.
* Also it is understood that the KeyedStreamGenerator will hold
* only a weakreference to the consumer to avoid any circular depedencies.
*/
void setup(in unsigned long salt, in nsISupports consumer);