mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
remove #define error macro and #included the netCore.h file which has the error macros in it.
This commit is contained in:
parent
b034ef8883
commit
dfebfa2144
@ -20,6 +20,7 @@
|
||||
#define nsIProtocolConnection_h___
|
||||
|
||||
#include "nsICancelable.h"
|
||||
#include "netCore.h"
|
||||
|
||||
class nsIUrl;
|
||||
class nsIInputStream;
|
||||
@ -52,7 +53,5 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#define NS_ERROR_NOT_CONNECTED NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 3)
|
||||
|
||||
#endif /* nsIIProtocolConnection_h___ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user