RSS

(root)/iphone/common : 64 : source/SocketMessenger.m

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to source/SocketMessenger.m

Dömötör Gulyás
2010-06-23 15:02:43
Revision ID: dognotdog@gmail.com-20100623130243-dxezs4230sqdltpa
adds ImageWell to common, from Jigs; minor bugfix in messenger

Show diffs side-by-side

added added

removed removed

125
125
                {
126
126
                        socket = commsSocket;
127
127
                }
 
128
                
 
129
                if (socket == -1)
 
130
                        goto SOCKET_ERR;
128
131
 
129
132
                tv.tv_sec = 1;
130
133
                tv.tv_usec = 0;
238
241
 
239
242
                continue;
240
243
 
 
244
SOCKET_ERR:
241
245
RECV_ERR:
242
246
SELECT_ERR:
243
247
                close(commsSocket);
785
789
 
786
790
}
787
791
 
788
 
- (void) startBonjourServerWithName: (NSString*) name protocol: (NSString*) protocol port: (int) pnum;
 
792
- (void) startBonjourServerWithName: (NSString*) name protocol: (NSString*) protocol port: (int) pnum
789
793
{
790
794
        NSLog(@"starting tappity server");
791
795
        

Loggerhead 1.17 is a web-based interface for Bazaar branches