X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPRebind.h;h=ea92768a30c0c3b6750637b7ee1c60b8e156725b;hb=4d0d12db27b3b44cc36acc089b0e640320480fe7;hp=578971e60c1d3f7343f0e1409a9700aa623b8366;hpb=b1957678d4fb82f5bb2af228606785bb49522fcc;p=openldap diff --git a/contrib/ldapc++/src/LDAPRebind.h b/contrib/ldapc++/src/LDAPRebind.h index 578971e60c..ea92768a30 100644 --- a/contrib/ldapc++/src/LDAPRebind.h +++ b/contrib/ldapc++/src/LDAPRebind.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 */ @@ -19,7 +20,7 @@ class LDAPRebind{ public: virtual ~LDAPRebind() {} - virtual LDAPRebindAuth* getRebindAuth(const string& hostname, + virtual LDAPRebindAuth* getRebindAuth(const std::string& hostname, int port) const = 0; }; #endif //LDAP_REBIND_H