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

void Impala::Persistency::FoldRepositoryInFile::Delete ( const FoldLocator loc  )  [inline]

Definition at line 49 of file FoldRepositoryInFile.h.

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

00050     {
00051         String dir = GetDir(loc);
00052         File file = RepFS().GetFile(loc, dir, loc.GetName() + ".tab",
00053                                     true, true);
00054         file.Delete();
00055     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:55 2011 for ImpalaSrc by  doxygen 1.5.1