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

Impala::Persistency::ImageSetsRepository::ImageSetsRepository (  )  [inline, private]

Definition at line 112 of file ImageSetsRepository.h.

References GetFromFileSystem(), Impala::CmdOptions::GetInstance(), Impala::Persistency::Locator::GetProtocol(), and ILOG_ERROR.

00113     {
00114         CmdOptions& options = CmdOptions::GetInstance();
00115         Locator loc("config", options);
00116         String protocol = loc.GetProtocol();
00117         if ((protocol == "file") || (protocol == "dataServer"))
00118         {
00119             GetFromFileSystem(loc);
00120         }
00121         else
00122         {
00123             ILOG_ERROR("Get: unknown protocol: " << loc.GetProtocol());
00124         }
00125     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:53 2010 for ImpalaSrc by  doxygen 1.5.1