Definition at line 25 of file AnnotationTableRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::AnnotationTableLocator::GetKeyword(), RepFS(), and Impala::Persistency::File::Valid(). 00026 { 00027 AnnotationTable* res = new AnnotationTable(loc.GetKeyword(), 0); 00028 String dir = GetDir(loc); 00029 File file = RepFS().GetFile(loc, dir, loc.GetKeyword() + ".tab", 00030 false, true); 00031 return file.Valid(); 00032 }
Here is the call graph for this function:
|