add a couple of comments; a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-06-06 07:43:21 +00:00
Родитель 3e8e898524
Коммит a53be4829a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -75,8 +75,8 @@ class nsLDAPOperation : public nsILDAPOperation
int sizelimit); // max # of entries to return
protected:
PRInt32 mMsgId;
nsCOMPtr<nsILDAPConnection> mConnection;
nsCOMPtr<nsILDAPConnection> mConnection; // connection this op is on
PRInt32 mMsgId; // opaque handle to outbound message for this op
LDAP *mConnectionHandle; // cached from mConnection->GetConnectionHandle()
static struct timeval sNullTimeval;
};