Replace duplicated CID with unique one (bug 75048). Patch from Leif Hedstrom <leif@netscape.com>. r=dmose@netscape.com, sr=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@92046 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a9ca071a88
commit
f096b30781
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user