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

String Impala::Persistency::VideoSetsRepository::GetSetName ( int  id  )  const [inline]

Definition at line 66 of file VideoSetsRepository.h.

References mIdMap.

Referenced by CopyToMonetDB(), and Impala::Samples::MonetTest::DoInsertVideoSets().

00067     {
00068         String res = "unknown";
00069         mIdMap.Get(id, res);
00070         return res;
00071     }


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