зеркало из https://github.com/mozilla/pjs.git
add a couple of comments; a=r=(not built)
This commit is contained in:
Родитель
3e8e898524
Коммит
a53be4829a
|
@ -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;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче