making iid's and cid's unique. r=saari/sr=sfraser. bug# 71722

This commit is contained in:
pinkerton%netscape.com 2001-03-13 02:12:00 +00:00
Родитель 0f963145e8
Коммит a1502cd24c
3 изменённых файлов: 9 добавлений и 10 удалений

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

@ -30,10 +30,10 @@
class nsIWidget; class nsIWidget;
// {BC658C81-4BEB-11d2-8DBB-00609703C14E} // {f2e79601-1700-11d5-bb6f-90f240fe493c}
#define NS_IMENUBAR_IID \ #define NS_IMENUBAR_IID \
{ 0xbc658c81, 0x4beb, 0x11d2, \ { 0xf2e79601, 0x1700, 0x11d5, \
{ 0x8d, 0xbb, 0x0, 0x60, 0x97, 0x3, 0xc1, 0x4e } } { 0xbb, 0x6f, 0x90, 0xf2, 0x40, 0xfe, 0x49, 0x3c } };
/** /**
* MenuBar widget * MenuBar widget

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

@ -31,10 +31,10 @@
#include "nsIDOMElement.h" #include "nsIDOMElement.h"
// {7F045771-4BEB-11d2-8DBB-00609703C14E} // {f2e79600-1700-11d5-bb6f-90f240fe493c}
#define NS_IMENUITEM_IID \ #define NS_IMENUITEM_IID \
{ 0x7f045771, 0x4beb, 0x11d2, \ { 0xf2e79600, 0x1700, 0x11d5, \
{ 0x8d, 0xbb, 0x0, 0x60, 0x97, 0x3, 0xc1, 0x4e } } { 0xbb, 0x6f, 0x90, 0xf2, 0x40, 0xfe, 0x49, 0x3c } };
class nsIMenu; class nsIMenu;
class nsIPopUpMenu; class nsIPopUpMenu;

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

@ -26,11 +26,10 @@
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsISupports.h" #include "nsISupports.h"
// TODO: This needs to be generated! // {f2e79602-1700-11d5-bb6f-90f240fe493c}
// {BC658C81-4BEB-11d2-8DBB-00609703C14E}
#define NS_IMENULISTENER_IID \ #define NS_IMENULISTENER_IID \
{ 0xbc658c81, 0x4beb, 0x11d2, \ { 0xf2e79602, 0x1700, 0x11d5, \
{ 0x8d, 0xbb, 0x0, 0x60, 0x97, 0x3, 0xc1, 0x9e } } { 0xbb, 0x6f, 0x90, 0xf2, 0x40, 0xfe, 0x49, 0x3c } };
/** /**
* *