зеркало из https://github.com/mozilla/pjs.git
...oops, have to comment out the body too. Sorry.
This commit is contained in:
Родитель
d5ba894b3c
Коммит
32e96c5f6a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче