Author: wyoung
Date: Mon Jan  7 21:25:09 2008
New Revision: 2107

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2107&view=rev
Log:
Small refman fix

Modified:
    trunk/lib/mysql++.h.in

Modified: trunk/lib/mysql++.h.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mysql%2B%2B.h.in?rev=2107&r1=2106&r2=2107&view=diff
==============================================================================
--- trunk/lib/mysql++.h.in (original)
+++ trunk/lib/mysql++.h.in Mon Jan  7 21:25:09 2008
@@ -100,8 +100,9 @@
 
        \section classes Major Classes
 
-       In MySQL++, the main user-facing classes are mysqlpp::Connection,
-       mysqlpp::Query, mysqlpp::Result, and mysqlpp::Row.
+       In MySQL++, the main user-facing classes are
+       mysqlpp::Connection, mysqlpp::Query, mysqlpp::Row,
+       mysqlpp::StoreQueryResult, and mysqlpp::UseQueryResult.
 
        In addition, MySQL++ has a mechanism called Specialized SQL
        Structures (SSQLS), which allow you to create C++ structures


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to