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

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

Definition at line 43 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().

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

Here is the call graph for this function:


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