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

void Impala::Persistency::VideoSetsRepository::CopyTo ( const Locator dstLoc  )  const [inline]

Definition at line 113 of file VideoSetsRepository.h.

References CopyToMonetDB(), Impala::Persistency::Locator::GetProtocol(), and ILOG_ERROR.

Referenced by Impala::Application::Repository::DoCopyVideoSets().

00114     {
00115         String protocol = dstLoc.GetProtocol();
00116         if (protocol == "mapi")
00117         {
00118             CopyToMonetDB(dstLoc);
00119         }
00120         else
00121         {
00122             ILOG_ERROR("Copy: unknown protocol: " << protocol);
00123         }
00124     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:23 2010 for ImpalaSrc by  doxygen 1.5.1