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

static Manager* Impala::Process::ManagerFactory::Create (  )  [inline, static]

Definition at line 27 of file ManagerFactory.h.

Referenced by Impala::Job::Runner::Runner().

00028     {
00029 #ifdef unix
00030         return new Process::Manager4Posix();
00031 #else
00032         return new Process::Manager4Windows();
00033 #endif
00034     }


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