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