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

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

Definition at line 28 of file TableDataStore.h.

References ILOG_WARN, sInstance, and TableDataStore().

Referenced by GetInstance().

00029     {
00030         if (sInstance)
00031         {
00032             ILOG_WARN("TableDataStore already initialized. Skipping.");
00033             return;
00034         }
00035         sInstance = new TableDataStore();
00036     }   

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:30 2011 for ImpalaSrc by  doxygen 1.5.1