Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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::Core::Table::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 Fri Mar 19 11:37:14 2010 for ImpalaSrc by  doxygen 1.5.1