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

RawDataSet* Impala::Persistency::RawDataSetRepository::Get ( const Locator loc  )  [inline]

Definition at line 27 of file RawDataSetRepository.h.

References Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::Exists(), and ILOG_ERROR.

00028     {
00029         if (VideoSetRepository().Exists(loc))
00030             return VideoSetRepository().Get(loc);
00031 
00032         ILOG_ERROR("Get: Could find " << loc);
00033         return 0;
00034     }

Here is the call graph for this function:


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