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

static void Impala::Application::MediaTable::ModuleStore::Initialize (  )  [inline, static]

Definition at line 15 of file ModuleStore.h.

References ILOG_WARN, ModuleStore(), and sInstance.

00016     {
00017         if (sInstance)
00018         {
00019             ILOG_WARN("ModuleStore already initialized. Skipping.");
00020             return;
00021         }
00022         sInstance = new ModuleStore();
00023     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:43:49 2010 for ImpalaSrc by  doxygen 1.5.1