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

bool Impala::Persistency::KeywordListRepositoryInFile::Exists ( const KeywordListLocator loc  )  [inline]

Definition at line 25 of file KeywordListRepositoryInFile.h.

References Impala::Persistency::KeywordListLocator::GetConceptSet(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid().

00026     {
00027         File file = RepFS().GetFile(loc, "Annotations", loc.GetConceptSet(),
00028                                     false, true);
00029         return file.Valid();
00030     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:36:05 2010 for ImpalaSrc by  doxygen 1.5.1