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

void Impala::Persistency::TaskTableRepositoryInFile::Add ( const TaskTableLocator loc,
TaskTable tab 
) [inline]

Definition at line 36 of file TaskTableRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::TaskTableLocator::GetName(), RepFS(), and Impala::Util::Write().

00037     {
00038         File file = RepFS().GetFile(loc, "", loc.GetName(), true, false);
00039         Write(tab, file);
00040     }

Here is the call graph for this function:


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