removed reference to nsString2

This commit is contained in:
rickg%netscape.com 2000-03-26 23:30:52 +00:00
Родитель dbda61792d
Коммит 794e353349
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -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