зеркало из https://github.com/mozilla/gecko-dev.git
removed reference to nsString2
This commit is contained in:
Родитель
dbda61792d
Коммит
794e353349
|
@ -600,8 +600,8 @@ DoRFC822toHTMLConversion(char *filename, int numArgs, int outFormat)
|
|||
nsIChannel *tChannel = nsnull;
|
||||
|
||||
NewChannel(&tChannel, theURI);
|
||||
mimeParser->AsyncConvertData(nsString2("message/rfc822").GetUnicode(),
|
||||
nsString2("text/xul").GetUnicode(),
|
||||
mimeParser->AsyncConvertData(nsString("message/rfc822").GetUnicode(),
|
||||
nsString("text/xul").GetUnicode(),
|
||||
out, tChannel);
|
||||
|
||||
// rv = mimeParser->Init(theURI, out, nsnull);
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "nsRepository.h"
|
||||
#include "nsIComponentManager.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsString2.h"
|
||||
#include "nsString.h"
|
||||
#include "nsIFile.h"
|
||||
#include "nsIEnumerator.h"
|
||||
#include "nsVoidArray.h"
|
||||
|
|
|
@ -509,7 +509,7 @@ NSRegisterSelf(nsISupports *aServMgr, const char *path)
|
|||
|
||||
char buf[255]; // todo: use a const
|
||||
|
||||
nsString2 progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
||||
nsString progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
||||
|
||||
// We will use the service manager to obtain the component
|
||||
// manager, which will enable us to register a component
|
||||
|
|
|
@ -509,7 +509,7 @@ NSRegisterSelf(nsISupports *aServMgr, const char *path)
|
|||
|
||||
char buf[255]; // todo: use a const
|
||||
|
||||
nsString2 progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
||||
nsString progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
||||
|
||||
// We will use the service manager to obtain the component
|
||||
// manager, which will enable us to register a component
|
||||
|
|
Загрузка…
Ссылка в новой задаче