Remove more JSLib cruft.
1 #include "nsISupports.h"
2 #include "nsIInterfaceWrapper.h"
5 class nsReadonlyWrapper : public nsIInterfaceWrapper
9 NS_DECL_NSIINTERFACEWRAPPER
12 static nsReadonlyWrapper* GetSingleton();
14 static nsRefPtr<nsReadonlyWrapper> mService;
16 nsresult GetWrapper(const nsIID & iid,
18 nsISupports **wrapper);
23 // 209f5cad-b02b-49e3-8df5-4efc7702c7ae
24 #define NSREADONLYWRAPPER_CID \
25 { 0x209f5cad, 0xb02b, 0x49e3, \
26 { 0x8d, 0xf5, 0x4e, 0xfc, 0x77, 0x02, 0xc7, 0xae } }
28 #define NSREADONLYWRAPPER_CONTRACTID "@mozilla.org/readonly-wrapper;1"