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

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

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:


Generated on Thu Jan 13 09:23:56 2011 for ImpalaSrc by  doxygen 1.5.1