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

void Impala::Application::MediaTable::TableDataStore::DoTableDataStoreAddedTableDataViewEvent (  )  [inline]

Definition at line 152 of file TableDataStore.h.

References DoUpdateTableDataStoreEvent(), and mStoreListeners.

Referenced by GetTableDataView().

00153     {
00154         DoUpdateTableDataStoreEvent();
00155         for (int i=0; i< mStoreListeners.size(); i++)
00156             if (mStoreListeners[i]->GetListenTableUpdates())
00157                 mStoreListeners[i]->TableDataStoreAddedTableDataViewEvent();
00158     }

Here is the call graph for this function:


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