Tweak some comments. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-09-29 01:09:27 +00:00
Родитель 1945a1a0cc
Коммит 6025ff6ae3
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -62,6 +62,9 @@ nsLDAPURL::GetSpec(char* *aSpec)
// copy it out
//
// XXXdmose: should this (and netwerk base stuff) use ToNewUTF8String
// instead?
//
*aSpec = mSpec.ToNewCString();
// XXXdmose - presumably this is the right thing. nsString.h doesn't
@ -122,7 +125,7 @@ NS_IMETHODIMP nsLDAPURL::SetPrePath(const char * aPrePath)
/* attribute string scheme; */
NS_IMETHODIMP nsLDAPURL::GetScheme(char * *aScheme)
{
// XXXdmose need to deal with ldaps here too?
// need to deal with ldaps here too?
//
char *scheme = nsCRT::strdup("ldap");
if (scheme == nsnull) {