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:
|