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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user