Bug 340960 - Provide support for profile locking and notification. r=bsmedberg, a=mconnor. XULRunner only.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@213789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2006-10-18 15:24:48 +00:00
parent d5747b6673
commit 865e61cc30
20 changed files with 755 additions and 122 deletions

View File

@@ -37,8 +37,11 @@
package org.mozilla.xpcom.internal;
import java.lang.reflect.*;
import org.mozilla.xpcom.*;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import org.mozilla.xpcom.XPCOMException;
/**