Definition at line 86 of file VideoSetsRepository.h. References ILOG_INFO, and mSetMap. Referenced by GetVideoSet(). 00087 { 00088 VideoSet* res = 0; 00089 if (! mSetMap.Get(id, res)) 00090 ILOG_INFO("Couldn't find VideoSet with id = " << id); 00091 return res; 00092 }
|