add support for nsIVariant and nsIPropertyBag. bug 44675 and bug 98209. sr=vidur r=dbradley

git-svn-id: svn://10.0.0.236/trunk@106867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2001-10-31 23:35:07 +00:00
parent 01b5c4e4c1
commit 57fc23094c
33 changed files with 694 additions and 100 deletions

View File

@@ -37,11 +37,7 @@
#include "nsISupports.idl"
/* XXX should be built in */
native nsID(nsID *);
[scriptable, uuid(948c2080-0398-11d3-915e-0000863011c4)]
interface nsIProxyCreateInstance : nsISupports
{
[noscript] void CreateInstanceByIID(in nsIIDRef cid,

View File

@@ -1,8 +1,5 @@
#include "nsISupports.idl"
/* XXX should be built in */
native nsID(nsID *);
[uuid(1979e980-1cfd-11d3-915e-0000863011c4)]
interface nsITestProxy : nsISupports
{