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

VideoSet* Impala::Persistency::VideoSetsRepository::GetVideoSet ( int  id  )  const [inline]

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     }


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