зеркало из https://github.com/mozilla/gecko-dev.git
Fix const problem.
This commit is contained in:
Родитель
88cc0c3a6e
Коммит
bb050ec460
|
@ -209,7 +209,7 @@ protected:
|
|||
{
|
||||
mEOF = atEnd;
|
||||
}
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
return mEOF;
|
||||
}
|
||||
|
@ -343,7 +343,7 @@ public:
|
|||
}
|
||||
protected:
|
||||
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
PRBool result;
|
||||
if (mFile)
|
||||
|
@ -417,7 +417,7 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
return nsFileClient::get_at_eof();
|
||||
}
|
||||
|
@ -487,7 +487,7 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
return nsFileClient::get_at_eof();
|
||||
}
|
||||
|
|
|
@ -209,7 +209,7 @@ protected:
|
|||
{
|
||||
mEOF = atEnd;
|
||||
}
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
return mEOF;
|
||||
}
|
||||
|
@ -343,7 +343,7 @@ public:
|
|||
}
|
||||
protected:
|
||||
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
PRBool result;
|
||||
if (mFile)
|
||||
|
@ -417,7 +417,7 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
return nsFileClient::get_at_eof();
|
||||
}
|
||||
|
@ -487,7 +487,7 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
virtual PRBool get_at_eof()
|
||||
virtual PRBool get_at_eof() const
|
||||
{
|
||||
return nsFileClient::get_at_eof();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче