Skip to content
Snippets Groups Projects
Commit ff484314 authored by Steven Murray's avatar Steven Murray
Browse files

Made ConnPool::returnConn() private

parent e11cfac7
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,10 @@ public:
*/
PooledConn getConn();
private:
friend PooledConn;
/**
* Calls commit on the specified database connection and returns it to the
* pool.
......@@ -63,8 +67,6 @@ public:
*/
void returnConn(Conn *const conn);
private:
/**
* The database connection factory.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment