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

static ImageCache* Impala::Application::VideoExcel::ImageCache::GetInstance (  )  [inline, static]

Definition at line 87 of file ImageCache.h.

References ILOG_ERROR, and sInstance.

Referenced by Impala::Application::VideoExcel::VideoExcel::Init(), and Impala::Application::VideoExcel::TableViewCache::Init().

00088     {
00089         if (!sInstance)
00090         {
00091             ILOG_ERROR("You forgot to initialize ImageCache with a source.");
00092             return 0;
00093         }
00094         return sInstance;
00095     }


Generated on Thu Jan 13 09:16:38 2011 for ImpalaSrc by  doxygen 1.5.1