Definition at line 52 of file VideoSetsRepository.h. References Impala::FileNameBase(), and mIdMap. Referenced by Impala::Core::VideoSet::VideoSet::GetSetId(), and Register(). 00053 { 00054 int id = 0; 00055 mIdMap.GetIdx(FileNameBase(setName), id); 00056 return id; 00057 }
Here is the call graph for this function:
|