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

void Impala::Persistency::StillsRepositoryInFile::Add ( const StillsLocator loc,
Core::VideoSet::Stills stills 
) [inline]

Definition at line 44 of file StillsRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::StillsLocator::GetName(), RepFS(), and Impala::Util::Write().

00045     {
00046         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00047                                     true, false);
00048         Write(stills, file);
00049     }

Here is the call graph for this function:


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