OSDN Git Service

Adding the ability to move a socket to a different thread/runloop.
[syncr/master.git] / CocoaAsyncSocket / CocoaAsyncSocket-5.1.1 / EchoServer / main.m
1 //
2 //  main.m
3 //  EchoServer
4 //
5 //  Created by Robbie Hanson on 7/10/08.
6 //  Copyright __MyCompanyName__ 2008. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13     return NSApplicationMain(argc,  (const char **) argv);
14 }