Rename ServiceInformation.service to protocol to reduce redundancy.
This commit is contained in:
parent
5f88729f67
commit
677b1cec86
4 changed files with 21 additions and 13 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue