зеркало из https://github.com/mozilla/pjs.git
Replace duplicated CID with unique one (bug 75048). Patch from Leif Hedstrom <leif@netscape.com>. r=dmose@netscape.com, sr=shaver@mozilla.org
This commit is contained in:
Родитель
98b3d5f2b0
Коммит
4271f2af6e
|
@ -38,10 +38,10 @@
|
|||
#include "nsILDAPServer.h"
|
||||
#include "nsILDAPURL.h"
|
||||
|
||||
// 8aa717a4-1dd2-11b2-99c7-f01e2d449ded
|
||||
// 8bbbaa54-f316-4271-87c3-d52b5b1c1f5b
|
||||
#define NS_LDAPSERVER_CID \
|
||||
{ 0x8aa717a4, 0x1dd2, 0x11b2, \
|
||||
{ 0x99, 0xc7, 0xf0, 0x1e, 0x2d, 0x44, 0x9d, 0xed}}
|
||||
{ 0x8bbbaa54, 0xf316, 0x4271, \
|
||||
{ 0x87, 0xc3, 0xd5, 0x2b, 0x5b, 0x1c, 0x1f, 0x5b}}
|
||||
|
||||
class nsLDAPServer : public nsILDAPServer
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче