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

void Impala::Application::MediaTable::ModuleStore::RegisterListener ( ModuleListener listener  )  [inline]

Definition at line 47 of file ModuleStore.h.

References GetModulesOfType(), Impala::Application::MediaTable::ModuleListener::GetType(), and mListeners.

Referenced by Impala::Application::MediaTable::MediaTable::Init().

00047                                                     {
00048         mListeners.insert(std::pair<std::string, ModuleListener*>(listener->GetType(), listener));
00049         ModuleMapType modules = GetModulesOfType(listener->GetType());
00050         for (ModuleMapType::iterator it=modules.begin() ; it != modules.end(); it++ )
00051                 (*it).second->AddModuleListener(listener);
00052     }

Here is the call graph for this function:


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