diff options
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r-- | examples/imapresource/imapserverproxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h index 82f4f58..f9b854b 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -33,7 +33,9 @@ enum ErrorCode { | |||
33 | NoError, | 33 | NoError, |
34 | HostNotFoundError, | 34 | HostNotFoundError, |
35 | CouldNotConnectError, | 35 | CouldNotConnectError, |
36 | SslHandshakeError | 36 | SslHandshakeError, |
37 | ConnectionLost, | ||
38 | UnknownError | ||
37 | }; | 39 | }; |
38 | 40 | ||
39 | namespace Flags | 41 | namespace Flags |