Definition at line 38 of file KernelMatrixRepository.h. References Impala::Persistency::Locator::GetProtocol(), ILOG_ERROR, and Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::mRepFile. Referenced by ExposeFilePath(). 00039 { 00040 String protocol = loc.GetProtocol(); 00041 if ((protocol == "file") || (protocol == "dataServer")) 00042 { 00043 return mRepFile.ExposeFile(loc, toWrite); 00044 } 00045 ILOG_ERROR("ExposeFile: unknown protocol: [" << loc.GetProtocol() 00046 << "] in " << loc); 00047 return File(); 00048 }
Here is the call graph for this function: ![]()
|