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:
dsandersoremutah
2006-08-04 21:57:24 +00:00
parent a9b442bd59
commit 85eeae8885

View File

@@ -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;