Rename ServiceInformation.service to protocol to reduce redundancy.

This commit is contained in:
Michael James Gratton 2018-05-28 18:01:37 +10:00
parent 5f88729f67
commit 677b1cec86
4 changed files with 21 additions and 13 deletions

View file

@ -12,6 +12,10 @@ public class Geary.MockServiceInformation : ServiceInformation, MockObject {
get; set; default = new Gee.LinkedList<ExpectedCall>();
}
public MockServiceInformation() {
base(Service.IMAP);
}
public override Geary.ServiceInformation temp_copy() {
try {
return object_call<Geary.ServiceInformation>(