| 40 | // disallow copying |
| 41 | RecentItems(RecentItems const&) = delete; |
| 42 | void operator=(RecentItems const&) = delete; |
| 43 | |
| 44 | RecentItems(LPCTSTR section, LPCTSTR base, int count); |
| 45 | void Add(LPCTSTR item); |
nothing calls this directly
no outgoing calls
no test coverage detected