| 31 | } |
| 32 | |
| 33 | bool Context::Deactivate() { |
| 34 | if( !active_context ) { |
| 35 | return false; |
| 36 | } |
| 37 | |
| 38 | active_context = 0; |
| 39 | return true; |
| 40 | } |
| 41 | |
| 42 | Context::Context() : |
| 43 | m_engine( nullptr ) |
nothing calls this directly
no outgoing calls
no test coverage detected