Added a getThis() method.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@740 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1716,8 +1716,12 @@ public class DOMNode
|
||||
* Desc:
|
||||
*/
|
||||
private native void _release(
|
||||
long lThis);
|
||||
|
||||
long lThis);
|
||||
|
||||
public long getThis()
|
||||
{
|
||||
return m_this;
|
||||
}
|
||||
|
||||
private long m_this;
|
||||
private Db m_jdb;
|
||||
|
||||
Reference in New Issue
Block a user