|
@ -17,6 +17,8 @@ namespace pEp { |
|
|
return; |
|
|
return; |
|
|
if (status >= 0x400 && status <= 0x4ff) |
|
|
if (status >= 0x400 && status <= 0x4ff) |
|
|
return; |
|
|
return; |
|
|
|
|
|
if (status == PEP_STATEMACHINE_CANNOT_SEND) |
|
|
|
|
|
return; |
|
|
if (status == PEP_OUT_OF_MEMORY) |
|
|
if (status == PEP_OUT_OF_MEMORY) |
|
|
throw bad_alloc(); |
|
|
throw bad_alloc(); |
|
|
if (status == PEP_ILLEGAL_VALUE) |
|
|
if (status == PEP_ILLEGAL_VALUE) |
|
|