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

Impala::Application::MediaTable::ImageLoader::ImageLoader ( OglGui::GetOglImageByIdInterface getOglImageById,
int  size = BOOST_THREADPOOL_SIZE 
) [inline]

Definition at line 37 of file ImageLoader.h.

References mGetOglImageById.

00038         {
00039                 mGetOglImageById = getOglImageById;
00040 #ifdef USE_BOOST_THREADPOOL
00041         /* ToDo:
00042          * mThreadPool = new boost::threadpool::pool(1);
00043          * if(source->MultiThreadImageCacheSupported)
00044          *   mThreadPool->size_controller().resize(8); */
00045                 mThreadPool = pool(size);
00046 #endif
00047         }


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