javacommons/comms/inc/commsendpoint.h
changeset 87 1627c337e51e
parent 21 2a9601315dfc
--- a/javacommons/comms/inc/commsendpoint.h	Fri Oct 15 12:29:39 2010 +0300
+++ b/javacommons/comms/inc/commsendpoint.h	Fri Oct 29 11:49:32 2010 +0300
@@ -327,11 +327,11 @@
 
     /**
     * Detach internal message loop thread from JVM.
-    * @param -
+    * @param[in] aEnv JNI context
     * @see attachToVm
     * @return 0 in success, errno in failure
     */
-    OS_IMPORT virtual int detachFromVm();
+    OS_IMPORT virtual int detachFromVm(JNIEnv* aEnv);
 
 protected:
     JavaVM* mVm;