Definition at line 74 of file VideoSetsRepository.h. References GetId(), ILOG_ERROR, and mSetMap. Referenced by Impala::Core::VideoSet::VideoSet::VideoSet(). 00075 { 00076 int id = GetId(setName); 00077 if (id == 0) 00078 { 00079 ILOG_ERROR("Register: Cannot find id for " << setName); 00080 return; 00081 } 00082 mSetMap.Add(id, vs); 00083 }
Here is the call graph for this function:
|