зеркало из https://github.com/mozilla/gecko-dev.git
A weak reference implementation. Not part of default build.
Original committer: pedemont%us.ibm.com Original revision: 1.4 Original date: 2004/09/15 21:50:41
This commit is contained in:
Родитель
505beb48a1
Коммит
9f15129c7a
|
@ -43,12 +43,16 @@
|
|||
#include "nsVoidArray.h"
|
||||
#include "nsIInterfaceInfo.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsJavaXPTCStubWeakRef.h"
|
||||
|
||||
|
||||
class nsJavaXPTCStub : public nsXPTCStubBase
|
||||
class nsJavaXPTCStub : public nsXPTCStubBase,
|
||||
public nsSupportsWeakReference
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSISUPPORTSWEAKREFERENCE
|
||||
|
||||
nsJavaXPTCStub(JNIEnv* aJavaEnv, jobject aJavaObject, nsIInterfaceInfo *aIInfo);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче