3 messages in com.mysql.lists.plusplusRe: Question about change in query.h
FromSent OnAttachments
Chris Frey10 May 2005 15:17 
Warren Young11 May 2005 14:19 
Chris Frey11 May 2005 15:22 
Subject:Re: Question about change in query.h
From:Chris Frey (cdf@netdirect.ca)
Date:05/11/2005 03:22:00 PM
List:com.mysql.lists.plusplus

On Wed, May 11, 2005 at 03:20:13PM -0600, Warren Young wrote:

Chris Frey wrote:

Just curious why those two functions were removed?

They weren't removed. Doxygen isn't smart enough to unwind macros by itself to find a function declaration, so I decided to "expand" the first element of each of those macros into the body of the class so

Whoops, should have seen that. Thanks :-)

- Chris