OSDN Git Service

Added various connectToAddress methods to GCDAsyncSocket.
[syncr/master.git] / CocoaAsyncSocket / CocoaAsyncSocket-6.1 / GCD / Xcode / BonjourServer / main.m
diff --git a/CocoaAsyncSocket/CocoaAsyncSocket-6.1/GCD/Xcode/BonjourServer/main.m b/CocoaAsyncSocket/CocoaAsyncSocket-6.1/GCD/Xcode/BonjourServer/main.m
new file mode 100644 (file)
index 0000000..d55204e
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  main.m
+//  BonjourServer
+//
+//  Created by Robbie Hanson on 1/27/11.
+//  Copyright 2011 Voalte. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+    return NSApplicationMain(argc,  (const char **) argv);
+}