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

static ModuleStore* Impala::Application::MediaTable::ModuleStore::GetInstance (  )  [inline, static]

Definition at line 25 of file ModuleStore.h.

References ModuleStore(), and sInstance.

Referenced by Impala::Application::MediaTable::MediaTable::GetConfigWindow(), and Impala::Application::MediaTable::MediaTable::Init().

00026     {
00027         if (!sInstance)
00028         {
00029             sInstance = new ModuleStore();
00030         }
00031         return sInstance;
00032     }

Here is the call graph for this function:


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