oopos...CID and IID were the same....they should have different values.

This commit is contained in:
mscott%netscape.com 1999-03-23 23:04:33 +00:00
parent 324262095c
commit c2bef602ff

View File

@ -30,11 +30,11 @@
{ 0x4ccac6f0, 0xdcb4, 0x11d2, \
{ 0x80, 0x6d, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } }
/* 4CCAC6F0-DCB4-11d2-806D-006008128C4E */
/* 8C0C40D1-E173-11d2-806E-006008128C4E */
#define NS_IMAPPROTOCOL_CID \
{ 0x4ccac6f0, 0xdcb4, 0x11d2, \
{ 0x80, 0x6d, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } }
{ 0x8c0c40d1, 0xe173, 0x11d2, \
{ 0x80, 0x6e, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } }
class nsIURL;