]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPEntryList.h
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPEntryList.h
index 275818bccf67d963dbb29b615b01b3a88bddf878..c82fb02c2fc47e42342052b9cdec41113446ab72 100644 (file)
 
 class LDAPEntry;
    
-typedef list<LDAPEntry> EntryList;
+typedef std::list<LDAPEntry> EntryList;
 
 /**
  * For internal use only.
  * 
- * This class is used by LDAPSearchResults to store a list of
+ * This class is used by LDAPSearchResults to store a std::list of
  * LDAPEntry-Objects
  */
 class LDAPEntryList{