| 34 | #include "uiutil.h" |
| 35 | |
| 36 | RecentItems::RecentItems(LPCTSTR section, LPCTSTR base, int count) |
| 37 | { |
| 38 | m_section = section; |
| 39 | m_base = base; |
| 40 | m_count = count; |
| 41 | } |
| 42 | |
| 43 | RecentItems::~RecentItems(void) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected