| 48 | FrameList::Parser< ExclusionFrameList > ExclusionFrameList::g_parserRegistrar; |
| 49 | |
| 50 | ExclusionFrameList::ExclusionFrameList( FrameListPtr frameList, FrameListPtr exclusionFrameList ) : m_frameList( frameList ), m_exclusionFrameList( exclusionFrameList ) |
| 51 | { |
| 52 | } |
| 53 | |
| 54 | ExclusionFrameList::~ExclusionFrameList() |
| 55 | { |