aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/connection-factory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/connection-factory.hxx')
-rw-r--r--odb/mysql/connection-factory.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/odb/mysql/connection-factory.hxx b/odb/mysql/connection-factory.hxx
index 43d6f9f..eb7380c 100644
--- a/odb/mysql/connection-factory.hxx
+++ b/odb/mysql/connection-factory.hxx
@@ -119,7 +119,7 @@ namespace odb
pooled_connection (database_type&, connection_pool_factory*);
private:
- static void
+ static bool
zero_counter (void*);
private:
@@ -133,7 +133,9 @@ namespace odb
typedef std::vector<details::shared_ptr<pooled_connection> > connections;
private:
- void
+ // Return true if the connection should be deleted, false otherwise.
+ //
+ bool
release (pooled_connection*);
private: