Re: [Quickfix-developers] Database connections not closing
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-04-08 17:29:22
|
This line should be: Connection& connection = m_connections[id]; That should have the same effect without needing to do the lookup multiple times. --oren On Apr 8, 2006, at 12:08 PM, Sean Kirkpatrick wrote: > Connection connection = m_connections[id]; |