Author: wyoung
Date: Wed Nov 28 03:02:51 2007
New Revision: 1890

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1890&view=rev
Log:
Removed ResUse::rows() for same reason as ResUse::columns(): use
num_rows() instead.

Modified:
    trunk/lib/result.h

Modified: trunk/lib/result.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/result.h?rev=1890&r1=1889&r2=1890&view=diff
==============================================================================
--- trunk/lib/result.h (original)
+++ trunk/lib/result.h Wed Nov 28 03:02:51 2007
@@ -350,12 +350,6 @@
                return size_type(num_rows());
        }
 
-       /// \brief Alias for num_rows(), only with different return type.
-       size_type rows() const
-       {
-               return size_type(num_rows());
-       }
-
        /// \brief Get the row with an offset of i.
        const value_type at(int i) const
        {


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

Reply via email to