]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPRebind.h
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / contrib / ldapc++ / src / LDAPRebind.h
index 578971e60c1d3f7343f0e1409a9700aa623b8366..ea92768a30c0c3b6750637b7ee1c60b8e156725b 100644 (file)
@@ -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