Re: [Quickfix-developers] Small issue with UtcTimeStamp and milliseconds
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-14 15:51:06
|
Perhaps we should copy config.h into the include directory and have that file #include <quickfix/config.h> --oren On Sep 14, 2004, at 10:34 AM, Caleb Epstein wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > When compiling an application with QuickFIX on a platform where ftime > is available, the UtcTimeStamp class will not set the m_ms member > unless the HAVE_FTIME preprocessor macro is defined. > > This macro should be used when compiling QuickFIX (and is taken > automatically from config.h), but users of the compiled library > shouldn't need to know about it. Perhaps UtcTimeStamp::setCurrent > should be made non-inline? This could impact performance though. > > The simple workaround is just to define HAVE_FTIME when building ones > own code, but there should probably be a cleaner way to do this. > > -- > Caleb Epstein > cal...@gm... > > > ------------------------------------------------------- > This SF.Net email is sponsored by: thawte's Crypto Challenge Vl > Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam > Camcorder. More prizes in the weekly Lunch Hour Challenge. > Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |