mcatan 2004/05/20 03:04:11
Modified: include/log4cxx/helpers relativetimedateformat.h
Log:
updated doxygen documentation
Revision Changes Path
1.12 +1 -1
logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h
Index: relativetimedateformat.h
===================================================================
RCS file:
/home/cvs/logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- relativetimedateformat.h 20 May 2004 08:04:38 -0000 1.11
+++ relativetimedateformat.h 20 May 2004 10:04:11 -0000 1.12
@@ -42,7 +42,7 @@
virtual void format(ostream& toAppendTo, int64_t time)
const
{
- os << (time - startTime);
+ toAppendTo << (time - startTime);
}
};
} // namespace helpers