Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 805 → Rev 806

/iKopter/trunk/Classes/Hosts/MKHosts.m
70,8 → 70,15
[hosts addObject:h];
[h release];
h = [[MKHost alloc]init];
h.name = @"Quadkopter Serproxy";
h.address = @"127.0.0.1";
h.port = 64400;
h.connectionClass = @"MKIpConnection";
[hosts addObject:h];
[h release];
 
 
[self save];
}
}