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

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

Definition at line 91 of file VideoSetsRepository.h.

References ILOG_INFO, and mSetMap.

Referenced by GetVideoSet().

00092     {
00093         VideoSet* res = 0;
00094         if (! mSetMap.Get(id, res))
00095             ILOG_INFO("Couldn't find VideoSet with id = " << id);
00096         return res;
00097     }


Generated on Thu Jan 13 09:23:55 2011 for ImpalaSrc by  doxygen 1.5.1