disallow copying
| 154 | |
| 155 | // disallow copying |
| 156 | CryptFileForward(CryptFileForward const&) = delete; |
| 157 | void operator=(CryptFileForward const&) = delete; |
| 158 | |
| 159 | CryptFileForward(); |
nothing calls this directly
no outgoing calls
no test coverage detected