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

bool Impala::Persistency::BestFileRepositoryInFile::Exists ( const ModelLocator loc  )  [inline]

Definition at line 23 of file BestFileRepositoryInFile.h.

References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid().

00024     {
00025         String dir = GetDir(loc);
00026         File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".best",
00027                                     false, true);
00028         return file.Valid();
00029     }

Here is the call graph for this function:


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