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

void Impala::Application::MediaTable::TableViewCache::SetViewUserData ( OGLVIEW *  oglView,
int  data1,
int  data2 
) [inline, private]

Definition at line 190 of file TableViewCache.h.

Referenced by AddDelayLoad(), Init(), and ProcessDelayLoad().

00191     {
00192         if (!oglView) return;
00193         oglView->UserData1 = (void *) data1;
00194         oglView->UserData2 = (void *) data2;
00195     }


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