]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPReferenceList.h
Use experimental OIDs for saslAuth attributes and hide 'em
[openldap] / contrib / ldapc++ / src / LDAPReferenceList.h
index d528b2d65d5e24492412e9ada739765fdf6dac44..0aa5a18219cb4959b1fb8418c6401795094c1555 100644 (file)
@@ -13,7 +13,7 @@ class LDAPSearchReference;
 typedef std::list<LDAPSearchReference> RefList;
 
 /**
- * Container class for storing a std::list of Search References
+ * Container class for storing a list of Search References
  *
  * Used internally only by LDAPSearchResults
  */
@@ -22,7 +22,7 @@ class LDAPReferenceList{
        typedef RefList::const_iterator const_iterator;
 
         /**
-         * Constructs an empty std::list.
+         * Constructs an empty list.
          */   
         LDAPReferenceList();