diff --git a/src/dorkbox/network/connection/Connection.kt b/src/dorkbox/network/connection/Connection.kt index dc942f2b..4fd41249 100644 --- a/src/dorkbox/network/connection/Connection.kt +++ b/src/dorkbox/network/connection/Connection.kt @@ -630,4 +630,11 @@ open class Connection(connectionParameters: ConnectionParams<*>) { rmiConnectionSupport.createRemoteObject(this, kryoId, null, callback) } + + /** + * Removes + */ + fun removeObject(rmiObjectId: Int) { + TODO("Not yet implemented") + } }