disallow copying
| 51 | public: |
| 52 | // disallow copying |
| 53 | CryptOpenHandles(CryptOpenHandles const&) = delete; |
| 54 | void operator=(CryptOpenHandles const&) = delete; |
| 55 | |
| 56 | CryptOpenHandles() {}; |
nothing calls this directly
no outgoing calls
no test coverage detected