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 >::Replace ( const LocatorType &  loc,
DataType *  data 
) [inline]

Definition at line 103 of file RepositoryDispatcher.h.

00104     {
00105         Delete(loc);
00106         Add(loc, data);
00107     }


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