Definition at line 65 of file AnnotationTableRepositoryInFile.h. References Impala::FileNameConcat(), Impala::Persistency::AnnotationTableLocator::GetConceptSet(), and Impala::Persistency::AnnotationTableLocator::GetQuidClassString(). Referenced by Add(), Exists(), and Get(). 00066 { 00067 String dir = "Annotations"; 00068 dir = FileNameConcat(dir, loc.GetQuidClassString()); 00069 dir = FileNameConcat(dir, loc.GetConceptSet()); 00070 return dir; 00071 }
Here is the call graph for this function:
|