javacommons/comms/src/commsclientendpoint.cpp
changeset 87 1627c337e51e
parent 21 2a9601315dfc
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    85     int rc =  mIpc->send(reinterpret_cast<ipcMessage_t*>(buf));
    85     int rc =  mIpc->send(reinterpret_cast<ipcMessage_t*>(buf));
    86     return rc;
    86     return rc;
    87 }
    87 }
    88 
    88 
    89 
    89 
    90 OS_EXPORT int CommsClientEndpoint::detachFromVm()
    90 OS_EXPORT int CommsClientEndpoint::detachFromVm(JNIEnv* aEnv)
    91 {
    91 {
    92     JELOG2(EJavaComms);
    92     JELOG2(EJavaComms);
    93     CommsEndpoint::detachFromVm();
    93     CommsEndpoint::detachFromVm(aEnv);
    94 
    94 
    95     int rc = disconnect();
    95     int rc = disconnect();
    96     rc = connect(mAddress);
    96     rc = connect(mAddress);
    97 
    97 
    98     return rc;
    98     return rc;