RE: [Quickfix-developers] Database connections not closing
Brought to you by:
orenmnero
|
From: Sean K. <sea...@pi...> - 2006-04-08 17:30:42
|
Thanks, Oren. -----Original Message----- From: Oren Miller [mailto:or...@qu...] Sent: Saturday, April 08, 2006 1:29 PM To: Sean Kirkpatrick Cc: qui...@li... Subject: Re: [Quickfix-developers] Database connections not closing This line should be: Connection& connection =3D m_connections[id]; That should have the same effect without needing to do the lookup =20 multiple times. --oren On Apr 8, 2006, at 12:08 PM, Sean Kirkpatrick wrote: > Connection connection =3D m_connections[id]; |