| 47 | FrameList::Parser< BinaryFrameList > BinaryFrameList::g_parserRegistrar; |
| 48 | |
| 49 | BinaryFrameList::BinaryFrameList( FrameListPtr frameList ) : ReorderedFrameList( frameList ? frameList : new EmptyFrameList() ) |
| 50 | { |
| 51 | } |
| 52 | |
| 53 | BinaryFrameList::~BinaryFrameList() |
| 54 | { |
no outgoing calls
no test coverage detected