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

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

Definition at line 28 of file FikSvmRepositoryInFile.h.

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

00029     {
00030         String dir = GetDir(loc, false);
00031         File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".props",
00032                                     false, true);
00033         return file.Valid();
00034     }

Here is the call graph for this function:


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