javacommons/comms/inc/commsserverendpoint.h
changeset 87 1627c337e51e
parent 21 2a9601315dfc
--- a/javacommons/comms/inc/commsserverendpoint.h	Fri Oct 15 12:29:39 2010 +0300
+++ b/javacommons/comms/inc/commsserverendpoint.h	Fri Oct 29 11:49:32 2010 +0300
@@ -143,7 +143,7 @@
     */
     OS_IMPORT virtual int send(CommsMessage& aMessage);
 
-    OS_IMPORT virtual int detachFromVm();
+    OS_IMPORT virtual int detachFromVm(JNIEnv* aEnv);
 private:
     std::auto_ptr<IpcServerConnectionInterface> mIpc;
     int mAddress;