Home
last modified time | relevance | path

Searched refs:m_lInteractionRules (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx131 for ( pIt = m_lInteractionRules.begin(); in handle()
132 pIt != m_lInteractionRules.end() ; in handle()
186 for ( pIt = m_lInteractionRules.begin(); in handleInteractionRequest()
187 pIt != m_lInteractionRules.end() ; in handleInteractionRequest()
241 for ( pIt = m_lInteractionRules.begin(); in addInteractionRule()
242 pIt != m_lInteractionRules.end() ; in addInteractionRule()
254 m_lInteractionRules.push_back(aInteractionInfo); in addInteractionRule()
269 for ( pIt = m_lInteractionRules.begin(); in getInteractionInfo()
270 pIt != m_lInteractionRules.end() ; in getInteractionInfo()
/trunk/main/framework/inc/framework/
H A Dpreventduplicateinteraction.hxx135 InteractionList m_lInteractionRules; member in framework::PreventDuplicateInteraction