| 558 | } |
| 559 | |
| 560 | void CEditorView::DeactivateView() { |
| 561 | KillChildViews(); |
| 562 | m_grwndActive = FALSE; // Tell system that this view should not function |
| 563 | } |
| 564 | |
| 565 | void CEditorView::ActivateView() { |
| 566 | CreateChildViews(); |
no outgoing calls
no test coverage detected