зеркало из https://github.com/mozilla/pjs.git
add more stub functions to ImageURLImpl to deal with changes in nsIURL
This commit is contained in:
Родитель
30b8572c86
Коммит
028eed743b
|
@ -47,6 +47,10 @@ public:
|
|||
|
||||
virtual void SetBackgroundLoad(PRBool aBgload);
|
||||
|
||||
virtual int GetOwnerId();
|
||||
|
||||
virtual void SetOwnerId(int aOwnderId);
|
||||
|
||||
private:
|
||||
nsIURL *mURL;
|
||||
ilINetReader *mReader;
|
||||
|
@ -162,6 +166,17 @@ ImageURLImpl::SetBackgroundLoad(PRBool aBgload)
|
|||
{
|
||||
}
|
||||
|
||||
int
|
||||
ImageURLImpl::GetOwnerId()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
ImageURLImpl::SetOwnerId(int aOwnerId)
|
||||
{
|
||||
}
|
||||
|
||||
extern "C" NS_GFX_(nsresult)
|
||||
NS_NewImageURL(ilIURL **aInstancePtrResult, const char *aURL)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче