Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

String Impala::Persistency::AnnotationTableRepositoryInFile::GetDir ( const AnnotationTableLocator loc  )  [inline, private]

Definition at line 74 of file AnnotationTableRepositoryInFile.h.

References Impala::FileNameConcat(), Impala::Persistency::AnnotationTableLocator::GetConceptSet(), and Impala::Persistency::AnnotationTableLocator::GetQuidClassString().

Referenced by Add(), Delete(), Exists(), and Get().

00075     {
00076         String dir = "Annotations";
00077         dir = FileNameConcat(dir, loc.GetQuidClassString());
00078         dir = FileNameConcat(dir, loc.GetConceptSet());
00079         return dir;
00080     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:30 2011 for ImpalaSrc by  doxygen 1.5.1