Definition at line 89 of file ImageSetRepositoryInFile.h. References Impala::Persistency::File::Delete(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageSetLocator::GetName(), and RepFS(). 00090 { 00091 File f = RepFS().GetFile(loc, "ImageData", loc.GetName(), true, true); 00092 f.Delete(); 00093 }
Here is the call graph for this function: ![]()
|