add more stub functions to ImageURLImpl to deal with changes in nsIURL

This commit is contained in:
hardts%netscape.com 1998-07-29 22:39:28 +00:00
Родитель 30b8572c86
Коммит 028eed743b
1 изменённых файлов: 15 добавлений и 0 удалений

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

@ -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)
{