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

void Impala::Persistency::KeywordListRepositoryInFile::Delete ( const KeywordListLocator loc  )  [inline]

Definition at line 55 of file KeywordListRepositoryInFile.h.

References Impala::Persistency::File::Delete(), Impala::Persistency::KeywordListLocator::GetConceptSet(), Impala::Persistency::RepositoryInFileSystem::GetFile(), and RepFS().

00056     {
00057         File file = RepFS().GetFile(loc, "Annotations", loc.GetConceptSet(),
00058                                     true, true);
00059         file.Delete();
00060     }

Here is the call graph for this function:


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