22 static const char* typeValues [] = {
41 const std::string& name = tag->
name();
42 m_type = (
Type)util::lookup( name, typeValues );
72 if( !m_forward || m_type ==
Invalid )
80 if( !m_forward || m_type ==
Invalid )
92 if( m_forward && ( m_type ==
Received || m_type ==
Sent ) )