MCPcopy Create free account
hub / github.com/bumptop/BumpTop / ~FileSystemPile

Method ~FileSystemPile

trunk/win/Source/BT_FileSystemPile.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39FileSystemPile::~FileSystemPile()
40{
41 fsManager->removeObject(this);
42 if (winOS->IsWindowsVersion(WindowsXP) && getPileOwnerPath() != "")
43 texMgr->removeWinThumbnailSearchPath(getPileOwnerPath());
44}
45
46bool FileSystemPile::addToPile(BumpObject *obj)
47{

Callers

nothing calls this directly

Calls 3

IsWindowsVersionMethod · 0.80
removeObjectMethod · 0.45

Tested by

no test coverage detected