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

Mpeg7Doc* Impala::Persistency::Mpeg7DocRepositoryInFile::Get ( const Mpeg7DocLocator loc  )  [inline]

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:


Generated on Fri Mar 19 11:36:22 2010 for ImpalaSrc by  doxygen 1.5.1