| 663 | // |
| 664 | |
| 665 | CSubPicQueueNoThread::CSubPicQueueNoThread(bool bDisableAnim, ISubPicAllocator* pAllocator, HRESULT* phr) |
| 666 | : CSubPicQueueImpl(pAllocator, phr) |
| 667 | , m_bDisableAnim(bDisableAnim) |
| 668 | { |
| 669 | } |
| 670 | |
| 671 | CSubPicQueueNoThread::~CSubPicQueueNoThread() |
| 672 | { |
nothing calls this directly
no outgoing calls
no test coverage detected