Related links stuff.. Guha's related links code stolen from 4.5 and

spanked seriously.. then jammed into netlib.  Nice huh?


git-svn-id: svn://10.0.0.236/trunk@5614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jevering
1998-07-15 18:44:26 +00:00
parent 51152f3442
commit 0eabd76492
8 changed files with 873 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ extern const char *XP_AppLanguage;
extern const char *XP_AppPlatform;
#endif
extern "C" void RL_Init();
PUBLIC NET_StreamClass *
NET_NGLayoutConverter(FO_Present_Types format_out,
void *converter_obj,
@@ -111,6 +113,9 @@ nsNetlibService::nsNetlibService(nsINetContainerApplication *aContainerApp)
NULL,
NET_ChunkedDecoderStream);
RL_Init();
mContainer = aContainerApp;
NS_IF_ADDREF(mContainer);
if (NULL != mContainer) {