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

bool Impala::Persistency::VideoSetRepositoryInFile::Exists ( const Locator loc  )  [inline]

Definition at line 24 of file VideoSetRepositoryInFile.h.

References Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid().

00025     {
00026         File f = RepFS().GetFile(loc, "VideoData", loc.GetDataSet(), false,
00027                                  true);
00028         return f.Valid();
00029     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:53 2011 for ImpalaSrc by  doxygen 1.5.1