| 88 | corruptionPossible = true; |
| 89 | } |
| 90 | unsigned int GetRejectCode() const { return chRejectCode; } |
| 91 | std::string GetRejectReason() const { return strRejectReason; } |
| 92 | std::string GetDebugMessage() const { return strDebugMessage; } |
| 93 | }; |
no outgoing calls
no test coverage detected