Changing the interfaces to avoid a big bad diamond inheritance pattern when we

drop in the RDF implementations.
This commit is contained in:
hyatt%netscape.com 1998-11-11 01:58:21 +00:00
parent 288a1c7f8c
commit e28082da09
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class nsITreeItem;
#define NS_ITREEDATAMODEL_IID \
{ 0x728d90c2, 0x5b2a, 0x11d2, { 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } }
class nsITreeDataModel : public nsIDataModel
class nsITreeDataModel : public nsISupports
{
public:

View File

@ -30,7 +30,7 @@ class nsIImageGroup;
#define NS_ITREEITEM_IID \
{ 0x2fc8fd02, 0x789f, 0x11d2, { 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } }
class nsITreeItem : public nsIDMItem
class nsITreeItem : public nsISupports
{
public:
// Inspectors