added method comment

This commit is contained in:
clay_shooter
2006-04-23 20:32:07 +00:00
parent 4eb49215cb
commit 5b807839cd

View File

@@ -50,6 +50,9 @@ EventProxy *extractProxy(JNIEnv *env, jobject arg)
return v;
}
/*
* pushes the EventProxy (*ep) into tje jobject in the PROXY_FLD location
*/
void putProxy(JNIEnv *env, jobject arg, EventProxy *ep)
{
jclass argClass = env->GetObjectClass(arg);