Definition at line 57 of file AnnotationTableRepositoryInFile.h. References Impala::Persistency::File::Delete(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::AnnotationTableLocator::GetKeyword(), and RepFS(). 00058 { 00059 String dir = GetDir(loc); 00060 File file = RepFS().GetFile(loc, dir, loc.GetKeyword() + ".tab", 00061 true, true); 00062 file.Delete(); 00063 }
Here is the call graph for this function: ![]()
|