]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPControlSet.h
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPControlSet.h
index 081c5373dd0e488c338bc40519091526b30e9caa..353d939e98e69e6bd17d0182a5796df30e10ee96 100644 (file)
@@ -10,7 +10,7 @@
 #include <ldap.h>
 #include <LDAPControl.h>
 
-typedef list<LDAPCtrl> CtrlList;
+typedef std::list<LDAPCtrl> CtrlList;
 
 /**
  * This container class is used to store multiple LDAPCtrl-objects.
@@ -19,7 +19,7 @@ class LDAPControlSet {
     typedef CtrlList::const_iterator const_iterator;
     public :
         /**
-         * Constructs an empty list
+         * Constructs an empty std::list
          */
         LDAPControlSet();