explicitly document assumption about the connection attribute; a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-06-11 23:50:30 +00:00
Родитель 46df9707b5
Коммит 00acafc483
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -39,7 +39,8 @@ interface nsILDAPMessage;
[scriptable, uuid(fd3d413b-14b0-49c4-8348-a4fc0edba9ff)]
interface nsILDAPOperation : nsISupports
{
// the connection this operation is on
// the connection this operation is on. this MUST be set before
// initiating any actual operations.
//
attribute nsILDAPConnection connection;