Added comments to netCore.h declaring error ranges for SocketTransport and CacheService. r=beard.

This commit is contained in:
gordon%netscape.com 2001-03-01 00:54:29 +00:00
Родитель 42771d1b8a
Коммит e23ce861b0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,10 @@
// FTP RANGE: 21-30
// HTTP RANGE: 31-40
// DNS RANGE: 41-50
// SOCKET RANGE 51-60
// CACHE RANGE: 61-70
// XXX Why can't we put all Netwerk error codes in one file to help avoid collisions?
#define NS_ERROR_ALREADY_CONNECTED \
NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 11)