javacommons/comms/inc/commsclientendpoint.h
changeset 87 1627c337e51e
parent 21 2a9601315dfc
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
   135     * @see registerListener()
   135     * @see registerListener()
   136     * @return 0 in success, errno in failure
   136     * @return 0 in success, errno in failure
   137     */
   137     */
   138     OS_IMPORT virtual int send(CommsMessage& aMessage);
   138     OS_IMPORT virtual int send(CommsMessage& aMessage);
   139 
   139 
   140     OS_IMPORT virtual int detachFromVm();
   140     OS_IMPORT virtual int detachFromVm(JNIEnv* aEnv);
   141 private:
   141 private:
   142     std::auto_ptr<IpcConnectionInterface> mIpc;
   142     std::auto_ptr<IpcConnectionInterface> mIpc;
   143     int mAddress;
   143     int mAddress;
   144     const bool mAddedToContext;
   144     const bool mAddedToContext;
   145 };
   145 };