X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPRequest.h;h=9686cae0a1ff7a09b1a190adef359316c6fa02c0;hb=4d0d12db27b3b44cc36acc089b0e640320480fe7;hp=7f3a3a2755a3b4bd1843c0ed63640330b6077a22;hpb=b1957678d4fb82f5bb2af228606785bb49522fcc;p=openldap diff --git a/contrib/ldapc++/src/LDAPRequest.h b/contrib/ldapc++/src/LDAPRequest.h index 7f3a3a2755..9686cae0a1 100644 --- a/contrib/ldapc++/src/LDAPRequest.h +++ b/contrib/ldapc++/src/LDAPRequest.h @@ -1,5 +1,6 @@ +// $OpenLDAP$ /* - * Copyright 2000, OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2012 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -40,6 +41,7 @@ class LDAPRequest{ const LDAPConstraints* getConstraints() const; const LDAPAsynConnection* getConnection() const; + virtual LDAPMsg *getNextMessage() const; int getType()const; int getMsgID() const; int getHopCount() const; @@ -63,7 +65,7 @@ class LDAPRequest{ * functions of the C-API to send the Request to a LDAP-Server */ virtual LDAPMessageQueue* sendRequest()=0; - virtual LDAPRequest* followReferral(LDAPMsg* ref)=0; + virtual LDAPRequest* followReferral(LDAPMsg* ref); /** * Compare this request with another on. And returns true if they