mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-926: Improve response plumbing through to user.
This commit is contained in:
@@ -90,4 +90,10 @@ public class DelegatingDirectory<ObjectType extends Identifiable>
|
||||
directory.remove(identifier);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void tryAtomically(AtomicDirectoryOperation<ObjectType> operation)
|
||||
throws GuacamoleException {
|
||||
directory.tryAtomically(operation);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user