disallow copying
| 63 | |
| 64 | // disallow copying |
| 65 | EmeCryptContext(EmeCryptContext const&) = delete; |
| 66 | void operator=(EmeCryptContext const&) = delete; |
| 67 | |
| 68 | virtual ~EmeCryptContext(); |
nothing calls this directly
no outgoing calls
no test coverage detected