| 22 | #include "common.h" |
| 23 | |
| 24 | EncryptionAlgorithm::EncryptionAlgorithm() { setValue(NONE); } |
| 25 | |
| 26 | EncryptionAlgorithm::EncryptionAlgorithm(EncryptionAlgorithm::IRep irep) { setValue(irep); } |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected