carnold 2005/04/10 21:39:35
Modified: src cacheddateformat.cpp
Log:
LOGCXX-49: findMilllis signature used apr_time_t, needed log4cxx_time_t
Revision Changes Path
1.17 +1 -1 logging-log4cxx/src/cacheddateformat.cpp
Index: cacheddateformat.cpp
===================================================================
RCS file: /home/cvs/logging-log4cxx/src/cacheddateformat.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cacheddateformat.cpp 11 Mar 2005 06:34:49 -0000 1.16
+++ cacheddateformat.cpp 11 Apr 2005 04:39:35 -0000 1.17
@@ -91,7 +91,7 @@
* field (likely RelativeTimeDateFormat)
*/
int CachedDateFormat::findMillisecondStart(
- apr_time_t time, const LogString& formatted,
+ log4cxx_time_t time, const LogString& formatted,
const DateFormatPtr& formatter,
Pool& pool) {