]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/StringList.h
- some code cleanups
[openldap] / contrib / ldapc++ / src / StringList.h
index 09fe6754d9c78b71e15b4477584f63f5ea7c4b5c..caa8ddd147402ec842efcc4a4e946eccc7602c48 100644 (file)
@@ -11,7 +11,7 @@
 typedef std::list<std::string> ListType;
 
 /**
- * Container class to store multiple std::string-objects
+ * Container class to store multiple string-objects
  */
 class StringList{
     private:
@@ -21,7 +21,7 @@ class StringList{
        typedef ListType::const_iterator const_iterator;
    
         /**
-         * Constructs an empty std::list.
+         * Constructs an empty list.
          */   
         StringList();
 
@@ -34,7 +34,7 @@ class StringList{
          * For internal use only
          *
          * This constructor is used by the library internally to create a
-         * std::list of std::string from a array for c-Strings (char*)thar was
+         * list of string from a array for c-Strings (char*)thar was
          * returned by the C-API
          */
         StringList(char** values);