java: fix Java IsrCallback crash

The director now uses a GlobalRef instead of a WeakRef to the IsrCallback object

Signed-off-by: Petre Eftime <petre.p.eftime@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Petre Eftime
2015-12-09 14:34:19 +02:00
committed by Mihai Tudor Panu
parent 5bc9353bb4
commit 8273556539
10 changed files with 10 additions and 8 deletions

View File

@ -3,7 +3,7 @@
%feature("director") IsrCallback;
SWIG_DIRECTOR_OWNED(IsrCallback)
%ignore generic_callback_isr;
%include "../IsrCallback.h"