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

template<class LocatorType, class DataType, class RepositoryInFileType, class RepositoryInMonetType>
void Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::Sync ( const LocatorType &  loc,
DataType *  data 
) [inline]

Definition at line 96 of file RepositoryDispatcher.h.

00097     {
00098         if (!Exists(loc)) // Todo: add a check in timestamp etc.
00099             Add(loc, data);
00100     }


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