Definition at line 118 of file VideoSetsRepository.h. References CopyToMonetDB(), Impala::Persistency::Locator::GetProtocol(), and ILOG_ERROR. Referenced by Impala::Application::Repository::DoCopyVideoSets(). 00119 { 00120 String protocol = dstLoc.GetProtocol(); 00121 if (protocol == "mapi") 00122 { 00123 CopyToMonetDB(dstLoc); 00124 } 00125 else 00126 { 00127 ILOG_ERROR("Copy: unknown protocol: " << protocol); 00128 } 00129 }
Here is the call graph for this function: ![]()
|