update uuid's to match real definitions

This commit is contained in:
alecf%netscape.com 1999-02-23 19:36:23 +00:00
parent acaeaf5925
commit 5428094f00
7 changed files with 9 additions and 13 deletions

View File

@ -43,4 +43,6 @@ typedef unsigned long nsrefcnt;
]
interface nsISupports {
void QueryInterface(in nsID uuid, out nsQIResult result);
[notxpcom] void AddRef();
[notxpcom] void Release();
};

View File

@ -18,7 +18,7 @@
#include "nsISupports.idl"
[object, uuid(19997C41-A343-11d1-B665-00805F8A2676)]
interface nsIFactory : nsISupports {
voidStar CreateInstance(in nsISupports aOuter,

View File

@ -18,7 +18,7 @@
#include "nsISupports.idl"
[object, uuid(19997C41-A343-11d1-B665-00805F8A2676)]
interface nsIFactory : nsISupports {
voidStar CreateInstance(in nsISupports aOuter,

View File

@ -23,17 +23,9 @@
#define NS_ERROR_SERVICE_NOT_FOUND NS_ERROR_GENERATE_SUCCESS(NS_ERROR_MODULE_XPCOM, 22)
#define NS_ERROR_SERVICE_IN_USE NS_ERROR_GENERATE_SUCCESS(NS_ERROR_MODULE_XPCOM, 23)
#define NS_ISERVICEMANAGER_IID \
{ /* cf0df3b0-3401-11d2-8163-006008119d7a */ \
0xcf0df3b0, \
0x3401, \
0x11d2, \
{0x81, 0x63, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
%}
[object, uuid(cf0df3b0-3401-11d2-8163-006008119d7a)]
interface nsIServiceManager : nsISupports {
/* ProgID related stuff */

View File

@ -22,6 +22,6 @@
[object, uuid(cf0df3b0-3401-11d2-8163-006008119d7a)]
interface nsIShutdownListener : nsISupports {
void OnShutdown(in nsCIDRef aClass, in nsISupports service);
void OnShutdown(in nsCID aClass, in nsISupports service);
};

View File

@ -43,4 +43,6 @@ typedef unsigned long nsrefcnt;
]
interface nsISupports {
void QueryInterface(in nsID uuid, out nsQIResult result);
[notxpcom] void AddRef();
[notxpcom] void Release();
};

View File

@ -18,7 +18,7 @@
#include "nsISupports.idl"
[object, uid(791eafa0-b9e6-11d1-8031-006008159b5a)]
[object, uuid(791eafa0-b9e6-11d1-8031-006008159b5a)]
interface nsISupportsArray : nsISupports {
/* most of this is too complex to represent in IDL right now */