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: ![]()
|