Changes to accomodate HTTP being built separately and dynamically loaded.

This commit is contained in:
gagan%netscape.com 1999-03-27 02:01:12 +00:00
Родитель 3ae10d4e6b
Коммит 861544e721
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -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_ */