MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / RecentItems

Method RecentItems

cppcryptfs/ui/RecentItems.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include "uiutil.h"
35
36RecentItems::RecentItems(LPCTSTR section, LPCTSTR base, int count)
37{
38 m_section = section;
39 m_base = base;
40 m_count = count;
41}
42
43RecentItems::~RecentItems(void)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected