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

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

Definition at line 130 of file AnnotationTableSetRepository.h.

References Add(), and Exists().

00131     {
00132         if (!Exists(loc)) // Todo: add a check in timestamp etc.
00133             Add(loc, tSet);
00134     }

Here is the call graph for this function:


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