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

void Impala::Persistency::SvmProblemRepositoryInFile::Delete ( const ModelLocator loc  )  [inline]

Definition at line 54 of file SvmProblemRepositoryInFile.h.

References Impala::Persistency::File::Delete(), Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), and RepFS().

00055     {
00056         String dir = GetDir(loc);
00057         File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".problem.txt",
00058                                     true, true);
00059         file.Delete();
00060     }

Here is the call graph for this function:


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