Definition at line 87 of file VideoSetRepositoryInFile.h. References Impala::Persistency::File::Delete(), Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::RepositoryInFileSystem::GetFile(), and RepFS(). 00088 { 00089 File file = RepFS().GetFile(loc, "VideoData", loc.GetDataSet(), true, 00090 true); 00091 file.Delete(); 00092 }
Here is the call graph for this function: ![]()
|