Definition at line 45 of file QuidTableRepositoryInFile.h. References Impala::Persistency::File::Delete(), Impala::Persistency::QuidTableLocator::GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::QuidTableLocator::GetName(), and RepFS(). 00046 { 00047 File file = RepFS().GetFile(loc, loc.GetDir(), loc.GetName(), 00048 true, true); 00049 file.Delete(); 00050 }
Here is the call graph for this function: ![]()
|