Bug #302096 --> nsILddapSyncQuery for Mission Control Desktop uses the same ID for the

interface and the class. Make them use different IDs.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2005-07-26 19:47:24 +00:00
Родитель fff31d39d4
Коммит eed473dca2
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -45,11 +45,10 @@
#include "nsString.h"
#include "nsILDAPSyncQuery.h"
// 0308fb36-1dd2-11b2-b16f-8510e8c5311a
// DDDEE14E-ED81-4182-9323-C2AB22FBA68E
#define NS_LDAPSYNCQUERY_CID \
{ 0x0308fb36, 0x1dd2, 0x11b2, \
{ 0xb1, 0x6f, 0x85, 0x10, 0xe8, 0xc5, 0x31, 0x1a }}
{ 0xdddee14e, 0xed81, 0x4182, \
{ 0x93, 0x23, 0xc2, 0xab, 0x22, 0xfb, 0xa6, 0x8e }}
class nsLDAPSyncQuery : public nsILDAPSyncQuery,