зеркало из https://github.com/mozilla/pjs.git
Changes to accomodate HTTP being built separately and dynamically loaded.
This commit is contained in:
Родитель
3ae10d4e6b
Коммит
861544e721
|
@ -74,7 +74,7 @@ protected:
|
|||
//Possible errors
|
||||
#define NS_ERROR_BAD_REQUEST NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 200);
|
||||
|
||||
//TODO think where this should be placed.
|
||||
// Create (or get) HTTP Handler
|
||||
extern NS_METHOD CreateOrGetHTTPHandler(nsIHTTPHandler* *o_HTTPHandler);
|
||||
|
||||
#endif /* _nsIHTTPHandler_h_ */
|
||||
|
|
|
@ -72,4 +72,7 @@ public:
|
|||
|
||||
};
|
||||
|
||||
// Base Prog ID! Looks like a url but don't be fooled by its looks... it can kreate ya.
|
||||
#define NS_COMPONENT_NETSCAPE_NETWORK_PROTOCOLS "component://netscape/network/protocols&name="
|
||||
|
||||
#endif /* _nsIProtocolHandler_h_ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче