diff options
Diffstat (limited to 'include/comphelper/errcode.hxx')
-rw-r--r-- | include/comphelper/errcode.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/comphelper/errcode.hxx b/include/comphelper/errcode.hxx index 31c4457db4b5..547be70a13dd 100644 --- a/include/comphelper/errcode.hxx +++ b/include/comphelper/errcode.hxx @@ -366,5 +366,6 @@ enum class ErrCodeClass { #define ERRCODE_INET_WRITE ErrCode(ErrCodeArea::Inet, ErrCodeClass::Write, 4) #define ERRCODE_INET_GENERAL ErrCode(ErrCodeArea::Inet, ErrCodeClass::Write, 5) #define ERRCODE_INET_OFFLINE ErrCode(ErrCodeArea::Inet, ErrCodeClass::Read, 6) +#define ERRCODE_INET_CONNECT_MSG ErrCode(ErrCodeArea::Inet, ErrCodeClass::Read, 7) /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |