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

Core::VideoSet::Stills* Impala::Persistency::StillsRepository::Get ( const StillsLocator loc,
Core::VideoSet::VideoSet vidSet 
) [inline]

Definition at line 25 of file StillsRepository.h.

References Impala::Persistency::Locator::GetProtocol(), ILOG_ERROR, and Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::mRepFile.

00026     {
00027         String protocol = loc.GetProtocol();
00028         if ((protocol == "file") || (protocol == "dataServer"))
00029         {
00030             return mRepFile.Get(loc, vidSet);
00031         }
00032         ILOG_ERROR("Get: unknown protocol: " << loc.GetProtocol());
00033         return 0;
00034     }

Here is the call graph for this function:


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