Skip to content
Snippets Groups Projects
Commit f4675c3e authored by akwizgran's avatar akwizgran
Browse files

Added more DatabaseComponent unit tests, tightened up existing tests.

parent 3af077a4
No related branches found
No related tags found
No related merge requests found
...@@ -259,6 +259,12 @@ public interface DatabaseComponent { ...@@ -259,6 +259,12 @@ public interface DatabaseComponent {
/** Removes a contact (and all associated state) from the database. */ /** Removes a contact (and all associated state) from the database. */
void removeContact(ContactId c) throws DbException; void removeContact(ContactId c) throws DbException;
/**
* Removes a transport (and any associated configuration and local
* properties) from the database.
*/
void removeTransport(TransportId t) throws DbException;
/** /**
* Sets the connection reordering window for the given endoint in the given * Sets the connection reordering window for the given endoint in the given
* rotation period. * rotation period.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment