mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Added a new stream return code - NS_BASE_STREAM_FULL. This is returned when a stream is full and must be read before more data can be added...
This commit is contained in:
parent
3a8f3c3f0c
commit
6b42522ecc
@ -41,5 +41,7 @@ interface nsIBaseStream : nsISupports
|
||||
#define NS_BASE_STREAM_BAD_CONVERSION NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_BASE, 6)
|
||||
|
||||
#define NS_BASE_STREAM_WOULD_BLOCK NS_ERROR_GENERATE_SUCCESS(NS_ERROR_MODULE_BASE, 7)
|
||||
|
||||
#define NS_BASE_STREAM_FULL NS_ERROR_GENERATE_SUCCESS(NS_ERROR_MODULE_BASE, 8)
|
||||
//@}
|
||||
%}
|
||||
|
Loading…
Reference in New Issue
Block a user