mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
Rename methods
resetConnection() -> reset()
This commit is contained in:
@@ -257,10 +257,10 @@ bool SessionImpl::hasTransactionIsolation(Poco::UInt32 ti) const
|
||||
}
|
||||
|
||||
|
||||
void SessionImpl::resetConnection()
|
||||
void SessionImpl::reset()
|
||||
{
|
||||
if (_connected)
|
||||
_handle.resetConnection();
|
||||
_handle.reset();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user