X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPConnection.h;h=5428e8e230b6ac9efe302068b322b4bcba82bf15;hb=321b0fa93e6a8841cba23fac8663802d2d17a8c7;hp=2e8cb0ad8223cc016f6dc449d90213ae7b6e6a2e;hpb=ee846c174cc1403cdad2894de8a74f466c547ca8;p=openldap diff --git a/contrib/ldapc++/src/LDAPConnection.h b/contrib/ldapc++/src/LDAPConnection.h index 2e8cb0ad82..5428e8e230 100644 --- a/contrib/ldapc++/src/LDAPConnection.h +++ b/contrib/ldapc++/src/LDAPConnection.h @@ -1,6 +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 */ @@ -235,6 +235,7 @@ class LDAPConnection : private LDAPAsynConnection { void setConstraints(LDAPConstraints *cons); const LDAPConstraints* getConstraints() const ; + TlsOptions getTlsOptions() const; }; #endif //LDAP_CONNECTION_H