| 22 | using namespace mailcore; |
| 23 | |
| 24 | DateFormatter::DateFormatter() |
| 25 | { |
| 26 | mDateFormatter = NULL; |
| 27 | mDateStyle = DateFormatStyleMedium; |
| 28 | mTimeStyle = DateFormatStyleMedium; |
| 29 | mDateFormat = NULL; |
| 30 | mTimezone = NULL; |
| 31 | mLocale = NULL; |
| 32 | mAppleDateFormatter = NULL; |
| 33 | } |
| 34 | |
| 35 | DateFormatter::~DateFormatter() |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected