...oops, have to comment out the body too. Sorry.

This commit is contained in:
scc%netscape.com 2000-05-15 00:16:30 +00:00
Родитель d5ba894b3c
Коммит 32e96c5f6a
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -707,6 +707,7 @@ basic_nsAReadableString<CharT>::Equals( const CharT* rhs ) const
return Compare(basic_nsLiteralString<CharT>(rhs)) == 0;
}
#if 0
template <class CharT>
inline
PRBool
@ -714,6 +715,7 @@ basic_nsAReadableString<CharT>::Equals( const CharT* rhs, PRUint32 rhs_length )
{
return Compare(basic_nsLiteralString<CharT>(rhs, rhs_length)) == 0;
}
#endif
template <class CharT>
inline

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

@ -707,6 +707,7 @@ basic_nsAReadableString<CharT>::Equals( const CharT* rhs ) const
return Compare(basic_nsLiteralString<CharT>(rhs)) == 0;
}
#if 0
template <class CharT>
inline
PRBool
@ -714,6 +715,7 @@ basic_nsAReadableString<CharT>::Equals( const CharT* rhs, PRUint32 rhs_length )
{
return Compare(basic_nsLiteralString<CharT>(rhs, rhs_length)) == 0;
}
#endif
template <class CharT>
inline

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

@ -707,6 +707,7 @@ basic_nsAReadableString<CharT>::Equals( const CharT* rhs ) const
return Compare(basic_nsLiteralString<CharT>(rhs)) == 0;
}
#if 0
template <class CharT>
inline
PRBool
@ -714,6 +715,7 @@ basic_nsAReadableString<CharT>::Equals( const CharT* rhs, PRUint32 rhs_length )
{
return Compare(basic_nsLiteralString<CharT>(rhs, rhs_length)) == 0;
}
#endif
template <class CharT>
inline