Subversion Repositories Projects

Rev

Rev 805 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 805 Rev 806
Line 68... Line 68...
68
      h.port = 23;
68
      h.port = 23;
69
      h.connectionClass = @"MKFakeConnection";
69
      h.connectionClass = @"MKFakeConnection";
70
      [hosts addObject:h];
70
      [hosts addObject:h];
71
      [h release];
71
      [h release];
Line -... Line 72...
-
 
72
     
-
 
73
      h = [[MKHost alloc]init];
-
 
74
      h.name = @"Quadkopter Serproxy";
-
 
75
      h.address = @"127.0.0.1";
-
 
76
      h.port = 64400;
-
 
77
      h.connectionClass = @"MKIpConnection";
-
 
78
      [hosts addObject:h];
72
     
79
      [h release];
Line 73... Line 80...
73
 
80
     
74
 
81
 
75
      [self save];
82
      [self save];
76
    }
83
    }