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

VirtualFeatureTable* Impala::Core::Feature::VirtualFeatureTableFactory::ConstructMemory ( const Persistency::FeatureLocator loc  )  [inline]

Definition at line 74 of file VirtualFeatureTableFactory.h.

References ILOG_ERROR.

00075     {
00076         typedef Persistency::FeatureTableRepository FeatureTableRepository;
00077         FeatureTable* tab = FeatureTableRepository().Get(loc);
00078         if (!tab)
00079         {
00080             ILOG_ERROR("[ConstructMemory] Couldn't get " << loc);
00081             return 0;
00082         }
00083         return new VirtualFeatureTableMemory(tab);
00084     }


Generated on Thu Jan 13 09:19:32 2011 for ImpalaSrc by  doxygen 1.5.1