a per-connection nsILDAPMessageListener is no longer necessary. removed. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-07-12 23:06:37 +00:00
Родитель 062e758949
Коммит 836ca8d849
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -291,7 +291,6 @@ nsLDAPDataSource.prototype = {
this.mConnection = Components.classes
["mozilla.network.ldapconnection"].createInstance(
Components.interfaces.nsILDAPConnection);
this.mConnection.messageListener = this;
this.mConnection.init(aServer, aPort, null);
this.mOperation = Components.classes["mozilla.network.ldapoperation"].
createInstance(Components.interfaces.