14 #include "stanzaextensionfactory.h"
19 #include "stanzaextension.h"
39 SEList::iterator it = m_extensions.begin();
41 while( it != m_extensions.end() )
47 m_extensions.erase( it2 );
50 m_extensions.push_back( ext );
55 SEList::iterator it = m_extensions.begin();
56 for( ; it != m_extensions.end(); ++it )
58 if( (*it)->extensionType() == ext )
61 m_extensions.erase( it );
70 ConstTagList::const_iterator it;
71 SEList::const_iterator ite = m_extensions.begin();
72 for( ; ite != m_extensions.end(); ++ite )
76 for( ; it != match.end(); ++it )