WIP removeObject

This commit is contained in:
Robinson 2021-04-30 18:22:25 +02:00
parent beb99d42da
commit bfccc6f7a5

View File

@ -630,4 +630,11 @@ open class Connection(connectionParameters: ConnectionParams<*>) {
rmiConnectionSupport.createRemoteObject(this, kryoId, null, callback)
}
/**
* Removes
*/
fun removeObject(rmiObjectId: Int) {
TODO("Not yet implemented")
}
}