]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPUrl.h
- some code cleanups
[openldap] / contrib / ldapc++ / src / LDAPUrl.h
index f2522d945ae019842fe98becda313d7c1b208ee1..9314aa09b272343f34484e3c2986dfea562379ad 100644 (file)
@@ -22,7 +22,7 @@ class LDAPUrl{
 
     public : 
         /**
-         * Create a new object from a c-std::string that contains a LDAP-Url
+         * Create a new object from a c-string that contains a LDAP-Url
          */
         LDAPUrl(const char *url);
 
@@ -43,7 +43,7 @@ class LDAPUrl{
         int getScope() const;
 
         /**
-         * @return The complete URL as a std::string
+         * @return The complete URL as a string
          */
         const std::string& getURLString() const;