mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Plugin manager must add transports to the DB before activating them.
This commit is contained in:
@@ -69,8 +69,11 @@ public interface DatabaseComponent {
|
||||
*/
|
||||
void addSecrets(Collection<TemporarySecret> secrets) throws DbException;
|
||||
|
||||
/** Adds a transport to the database. */
|
||||
void addTransport(TransportId t) throws DbException;
|
||||
/**
|
||||
* Adds a transport to the database and returns true if the transport was
|
||||
* not previously in the database.
|
||||
*/
|
||||
boolean addTransport(TransportId t) throws DbException;
|
||||
|
||||
/**
|
||||
* Generates an acknowledgement for the given contact. Returns null if
|
||||
|
||||
Reference in New Issue
Block a user