Author: wyoung
Date: Thu Jun 20 21:00:37 2013
New Revision: 2728
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2728&view=rev
Log:
Also removed "virtual" from new ConnectionPool::exchange() method. Same
reason as for safe_grab().
Modified:
trunk/lib/cpool.h
Modified: trunk/lib/cpool.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/cpool.h?rev=2728&r1=2727&r2=2728&view=diff
==============================================================================
--- trunk/lib/cpool.h (original)
+++ trunk/lib/cpool.h Thu Jun 20 21:00:37 2013
@@ -103,7 +103,7 @@
///
/// \retval a pointer to a different Connection object; not
/// guaranteed to still be connected!
- virtual Connection* exchange(const Connection* pc);
+ Connection* exchange(const Connection* pc);
/// \brief Grab a free connection from the pool.
///
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits