Definition at line 33 of file Mpeg7DocRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::Mpeg7DocLocator::GetName(), Impala::Persistency::File::GetReadBuffer(), and RepFS(). 00034 { 00035 String dir = GetDir(loc); 00036 File f = RepFS().GetFile(loc, dir, loc.GetName(), false, false); 00037 Util::IOBuffer* buf = f.GetReadBuffer(true, ""); 00038 Mpeg7Doc* res = new Mpeg7Doc(loc.GetName(), buf); // will delete buf 00039 return res; 00040 }
Here is the call graph for this function:
|