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

void Impala::Persistency::ImageSetRepositoryInFile::Delete ( const ImageSetLocator loc  )  [inline]

Definition at line 89 of file ImageSetRepositoryInFile.h.

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

00090     {
00091         File f = RepFS().GetFile(loc, "ImageData", loc.GetName(), true, true);
00092         f.Delete();
00093     }

Here is the call graph for this function:


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