lib: refactored Calendar*::Dump() functions
commit04183acaf7835d12e1d8cb56e66da8c79a77fd33
authorChris Frey <cdfrey@foursquare.net>
Sun, 30 May 2010 01:30:57 +0000 (29 21:30 -0400)
committerChris Frey <cdfrey@foursquare.net>
Sun, 30 May 2010 01:30:57 +0000 (29 21:30 -0400)
tree29d07aecc137110dd1ba947bac0e90a5213055c7
parentfcc66887a01dad9dc62928dec1a27a675c400ef9
lib: refactored Calendar*::Dump() functions

note: this introduces a change in my earlier policy that
avoided virtual functions in the record classes...
the duplicate code overhead is just too heavy, and
I think I was wrong to be afraid of virtual functions
in containers anyway... vive la virtual! :-)
ChangeLog
src/r_calendar.cc
src/r_calendar.h
src/r_recur_base.h