diff -r d6dafc5d983f -r 1627c337e51e javacommons/comms/inc/commsendpoint.h --- 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;