backout 74786, gcc 2.96 sucks
git-svn-id: svn://10.0.0.236/trunk@135120 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -174,16 +174,6 @@ public:
|
||||
*/
|
||||
String& operator = (const String& aSource);
|
||||
#else
|
||||
/*
|
||||
* Return a reference to this string's nsString.
|
||||
*/
|
||||
operator nsAFlatString&();
|
||||
|
||||
/*
|
||||
* Return a const reference to this string's nsString.
|
||||
*/
|
||||
operator const nsAFlatString&() const;
|
||||
|
||||
/*
|
||||
* Return a reference to this string's nsString.
|
||||
*/
|
||||
|
||||
@@ -208,16 +208,6 @@ inline void String::toUpperCase()
|
||||
ToUpperCase(mString);
|
||||
}
|
||||
|
||||
inline String::operator nsAFlatString&()
|
||||
{
|
||||
return mString;
|
||||
}
|
||||
|
||||
inline String::operator const nsAFlatString&() const
|
||||
{
|
||||
return mString;
|
||||
}
|
||||
|
||||
inline String::operator nsAString&()
|
||||
{
|
||||
return mString;
|
||||
|
||||
Reference in New Issue
Block a user