Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:45:42 2010 for ImpalaSrc by  doxygen 1.5.1