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

void Impala::Persistency::AnnotationTableSetRepository::Replace ( const AnnotationTableSetLocator loc,
AnnotationTableSet tSet 
) [inline]

Definition at line 137 of file AnnotationTableSetRepository.h.

References Add(), and Delete().

00138     {
00139         Delete(loc);
00140         Add(loc, tSet);
00141     }

Here is the call graph for this function:


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