*not part of tbox builds*

Added shortcuts implementation (we would not wrap wrappers any more)

XPCOM object get called at the same thread the stub was created.


git-svn-id: svn://10.0.0.236/trunk@83937 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2000-12-21 06:52:52 +00:00
parent 3ca285bf65
commit e5c9614187
10 changed files with 309 additions and 60 deletions

View File

@@ -55,6 +55,10 @@ class ProxyHandler implements InvocationHandler {
return null;
}
long getOID() {
return oid;
}
private long oid;
private IID iid;
private long orb;