| 399 | } |
| 400 | |
| 401 | bool IsPositiveReply() const { return IsPositivePreliminaryReply() || IsPositiveCompletionReply() || IsPositiveIntermediateReply(); } |
| 402 | bool IsNegativeReply() const { return IsTransientNegativeCompletionReply() || IsPermanentNegativeCompletionReply(); } |
| 403 | |
| 404 | bool IsPositivePreliminaryReply() const { return m_szCode[0] == _T('1'); } |
no outgoing calls
no test coverage detected