Moved CIDs to nsIURLParser.idl to avoid mac bustage.

git-svn-id: svn://10.0.0.236/trunk@57823 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 2000-01-14 11:09:17 +00:00
parent 58f7d8a63d
commit 7ffc376de1
6 changed files with 20 additions and 19 deletions

View File

@ -95,3 +95,23 @@ interface nsIURLParser : nsISupports
out string o_FileExtension);
};
%{C++
#define NS_NOAUTHORITYURLPARSER_CID \
{ /* 9eeb1b89-c87e-4404-9de6-dbd41aeaf3d7 */ \
0x9eeb1b89, \
0xc87e, \
0x4404, \
{0x9d, 0xe6, 0xdb, 0xd4, 0x1a, 0xea, 0xf3, 0xd7} \
}
#define NS_AUTHORITYURLPARSER_CID \
{ /* 90012125-1616-4fa1-ae14-4e7fa5766eb6 */ \
0x90012125, \
0x1616, \
0x4fa1, \
{0xae, 0x14, 0x4e, 0x7f, 0xa5, 0x76, 0x6e, 0xb6} \
}
%}

View File

@ -28,14 +28,6 @@
#include "nsAgg.h"
#include "nsCRT.h"
#define NS_AUTHORITYURLPARSER_CID \
{ /* 90012125-1616-4fa1-ae14-4e7fa5766eb6 */ \
0x90012125, \
0x1616, \
0x4fa1, \
{0xae, 0x14, 0x4e, 0x7f, 0xa5, 0x76, 0x6e, 0xb6} \
}
class nsAuthURLParser : public nsIURLParser
{
public:

View File

@ -28,14 +28,6 @@
#include "nsAgg.h"
#include "nsCRT.h"
#define NS_NOAUTHORITYURLPARSER_CID \
{ /* 9eeb1b89-c87e-4404-9de6-dbd41aeaf3d7 */ \
0x9eeb1b89, \
0xc87e, \
0x4404, \
{0x9d, 0xe6, 0xdb, 0xd4, 0x1a, 0xea, 0xf3, 0xd7} \
}
class nsNoAuthURLParser : public nsIURLParser
{
public:

View File

@ -23,7 +23,6 @@
#include "nsFileChannel.h"
#include "nsFileProtocolHandler.h"
#include "nsIURL.h"
#include "nsNoAuthURLParser.h"
#include "nsCRT.h"
#include "nsIComponentManager.h"
#include "nsIServiceManager.h"

View File

@ -23,7 +23,6 @@
#include "nsFtpProtocolHandler.h"
#include "nsFTPChannel.h"
#include "nsIURL.h"
#include "nsAuthURLParser.h"
#include "nsCRT.h"
#include "nsIComponentManager.h"
#include "nsIInterfaceRequestor.h"

View File

@ -39,7 +39,6 @@
#include "nsHTTPEncodeStream.h"
#include "nsHTTPAtoms.h"
#include "nsFileSpec.h"
#include "nsAuthURLParser.h"
#include "nsIPref.h" // preferences stuff
#ifdef DEBUG_gagan