MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~MountPointManager

Method ~MountPointManager

cppcryptfs/dokan/MountPointManager.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace std;
44
45MountPointManager::~MountPointManager()
46{
47 // should have already unmounted and destroyed everything
48 // before exiting
49 _ASSERT(m_tdatas.empty());
50}
51
52// MountPointManager becomes owner of tdata
53bool MountPointManager::add(const wchar_t *mountpoint, CryptThreadData* tdata)

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected