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

void Impala::Persistency::VideoSetsRepository::Register ( VideoSet vs,
String  setName 
) [inline]

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:


Generated on Fri Mar 19 11:37:21 2010 for ImpalaSrc by  doxygen 1.5.1