]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPReferralException.h
Entry rwlock is no longer needed as concurrency is managed
[openldap] / contrib / ldapc++ / src / LDAPReferralException.h
index 8f7a37b53101add3f9465135a617ebff3395de13..5ec0d2d4d374951ebbd415332fee6e0948423c1b 100644 (file)
@@ -8,8 +8,8 @@
 #define LDAP_REFERRAL_EXCEPTION_H
 
 #include <list>
-#include "LDAPMessage.h"
-#include "LDAPUrlList.h"
+#include <LDAPMessage.h>
+#include <LDAPUrlList.h>
 
 class LDAPUrlList;
 
@@ -21,7 +21,7 @@ class LDAPReferralException : public LDAPException{
 
     public :
         /**
-         * Creates an object that is initialized with a list of URLs
+         * Creates an object that is initialized with a std::list of URLs
          */
         LDAPReferralException(const LDAPUrlList& urls);