adding iid to the interfaces to support auto query interface

This commit is contained in:
mjudge%netscape.com 1998-12-11 23:36:35 +00:00
Родитель f4a33109c2
Коммит e6a4354ac7
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -44,6 +44,8 @@
class nsIContextLoader : public nsISupports{
public:
static const nsIID& IID() { static nsIID iid = NS_ICONTEXTLOADER_IID; return iid; }
/**
* Lookup(PRUint32 aIndex1, PRUint32 aIndex2, PRUint32 **aResult)
* @param aIndex1 first index to lookup the result

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

@ -50,6 +50,8 @@ class nsString;
class nsIEditor : public nsISupports{
public:
static const nsIID& IID() { static nsIID iid = NS_IEDITOR_IID; return iid; }
/**
* Init tells is to tell the implementation of nsIEditor to begin its services
* @param aDomInterface The dom interface being observed