X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPSearchResults.h;h=7a3bebe90b5211e26024dccbef3e315b650801bb;hb=c8c34cdd43d3603f3b64a56841b4425379c98f45;hp=05f27f020916a197a73440e67196ff47cfe9946e;hpb=93529d26c5b0866a38e35613305fc7bc373171e3;p=openldap diff --git a/contrib/ldapc++/src/LDAPSearchResults.h b/contrib/ldapc++/src/LDAPSearchResults.h index 05f27f0209..7a3bebe90b 100644 --- a/contrib/ldapc++/src/LDAPSearchResults.h +++ b/contrib/ldapc++/src/LDAPSearchResults.h @@ -1,6 +1,6 @@ // $OpenLDAP$ /* - * Copyright 2000, OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -29,14 +29,14 @@ class LDAPSearchResults{ /** * For internal use only. * - * This method read Search result entries from a + * This method reads Search result entries from a * LDAPMessageQueue-object. * @param msg The message queue to read */ LDAPResult* readMessageQueue(LDAPMessageQueue* msg); /** - * The methode is used by the client-application to read the + * The method is used by the client-application to read the * result entries of the SEARCH-Operation. Every call of this * method returns one entry. If all entries were read it return 0. * @throws LDAPReferralException If a Search Reference was