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