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

void Impala::Persistency::SegmentationRepositoryInFile::Delete ( const SegmentationLocator loc  )  [inline]

Definition at line 52 of file SegmentationRepositoryInFile.h.

References Impala::Persistency::File::Delete(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::SegmentationLocator::GetName(), and RepFS().

00053     {
00054         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00055                                     true, true);
00056         file.Delete();
00057     }

Here is the call graph for this function:


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