From a53be4829a2075a1478a0fa5a7dd80ea7cb2d773 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Tue, 6 Jun 2000 07:43:21 +0000 Subject: [PATCH] add a couple of comments; a=r=(not built) --- directory/xpcom/base/src/nsLDAPOperation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/directory/xpcom/base/src/nsLDAPOperation.h b/directory/xpcom/base/src/nsLDAPOperation.h index a55d4d69881..68f9e4baf50 100644 --- a/directory/xpcom/base/src/nsLDAPOperation.h +++ b/directory/xpcom/base/src/nsLDAPOperation.h @@ -75,8 +75,8 @@ class nsLDAPOperation : public nsILDAPOperation int sizelimit); // max # of entries to return protected: - PRInt32 mMsgId; - nsCOMPtr mConnection; + nsCOMPtr 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; };