]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPRebind.h
Entry rwlock is no longer needed as concurrency is managed
[openldap] / contrib / ldapc++ / src / LDAPRebind.h
index 7fa553a3ea425d4d16717da0bd74d6a2be6ce535..03ddd08bfc8ce9cae4ddd36afbde53b36a0574a8 100644 (file)
@@ -7,7 +7,7 @@
 #define LDAP_REBIND_H
 
 #include <string>
-#include "LDAPRebindAuth.h"
+#include <LDAPRebindAuth.h>
 
 /**
  * Just an abstract class to provide a mechnism for rebind to another
@@ -19,7 +19,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