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

void Impala::Persistency::Mpeg7DocRepositoryInFile::Add ( const Mpeg7DocLocator loc,
Mpeg7Doc doc 
) [inline]

Definition at line 45 of file Mpeg7DocRepositoryInFile.h.

References Impala::Core::VideoSet::Mpeg7Doc::ExportXml(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::Mpeg7DocLocator::GetName(), Impala::Persistency::File::GetWriteBuffer(), and RepFS().

00046     {
00047         String dir = GetDir(loc, false);
00048         File f = RepFS().GetFile(loc, dir, loc.GetName(), true, false);
00049         Util::IOBuffer* ioBuf = f.GetWriteBuffer();
00050         if (! ioBuf)
00051             return;
00052         doc->ExportXml(ioBuf);
00053         delete ioBuf;
00054     }

Here is the call graph for this function:


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