Definition at line 117 of file ImageSetsRepository.h. References GetFromFileSystem(), Impala::CmdOptions::GetInstance(), Impala::Persistency::Locator::GetProtocol(), and ILOG_ERROR. 00118 { 00119 CmdOptions& options = CmdOptions::GetInstance(); 00120 Locator loc("config", options); 00121 String protocol = loc.GetProtocol(); 00122 if ((protocol == "file") || (protocol == "dataServer")) 00123 { 00124 GetFromFileSystem(loc); 00125 } 00126 else 00127 { 00128 ILOG_ERROR("Get: unknown protocol: " << loc.GetProtocol()); 00129 } 00130 }
Here is the call graph for this function: ![]()
|