update uuid's to match real definitions
git-svn-id: svn://10.0.0.236/trunk@21639 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ed946ccfbf
commit
2a1ae998ee
@ -43,4 +43,6 @@ typedef unsigned long nsrefcnt;
|
||||
]
|
||||
interface nsISupports {
|
||||
void QueryInterface(in nsID uuid, out nsQIResult result);
|
||||
[notxpcom] void AddRef();
|
||||
[notxpcom] void Release();
|
||||
};
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
|
||||
[object, uuid(19997C41-A343-11d1-B665-00805F8A2676)]
|
||||
interface nsIFactory : nsISupports {
|
||||
|
||||
voidStar CreateInstance(in nsISupports aOuter,
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
|
||||
[object, uuid(19997C41-A343-11d1-B665-00805F8A2676)]
|
||||
interface nsIFactory : nsISupports {
|
||||
|
||||
voidStar CreateInstance(in nsISupports aOuter,
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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);
|
||||
|
||||
};
|
||||
|
||||
@ -43,4 +43,6 @@ typedef unsigned long nsrefcnt;
|
||||
]
|
||||
interface nsISupports {
|
||||
void QueryInterface(in nsID uuid, out nsQIResult result);
|
||||
[notxpcom] void AddRef();
|
||||
[notxpcom] void Release();
|
||||
};
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user