]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPModList.h
- some code cleanups
[openldap] / contrib / ldapc++ / src / LDAPModList.h
index 0edcd9e86e953052bc9d287842b49017431e2468..313808d5dd72eeb3e78503ec43501ab4ad762a93 100644 (file)
@@ -20,7 +20,7 @@ class LDAPModList{
 
        public : 
         /**
-         * Constructs an empty std::list.
+         * Constructs an empty list.
          */   
                LDAPModList();
                
@@ -30,13 +30,13 @@ class LDAPModList{
         LDAPModList(const LDAPModList&);
 
         /**
-         * Adds one element to the end of the std::list.
+         * Adds one element to the end of the list.
          * @param mod The LDAPModification to add to the std::list.
          */
                void addModification(const LDAPModification &mod);
 
         /**
-         * Translates the std::list to a 0-terminated array of
+         * Translates the list to a 0-terminated array of
          * LDAPMod-structures as needed by the C-API
          */
         LDAPMod** toLDAPModArray();