equal
deleted
inserted
replaced
1 /* |
1 /* |
2 This file is part of Appirater. |
2 This file is part of Appirater, http://arashpayan.com |
3 |
3 |
4 Copyright (c) 2010, Arash Payan |
4 Copyright (c) 2010, Arash Payan |
5 All rights reserved. |
5 All rights reserved. |
6 |
6 |
7 Permission is hereby granted, free of charge, to any person |
7 Permission is hereby granted, free of charge, to any person |
23 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
23 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
24 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
24 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
25 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
25 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
26 OTHER DEALINGS IN THE SOFTWARE. |
26 OTHER DEALINGS IN THE SOFTWARE. |
27 */ |
27 */ |
28 /* |
28 |
29 * Appirater.m |
|
30 * appirater |
|
31 * |
|
32 * Created by Arash Payan on 9/5/09. |
|
33 * http://arashpayan.com |
|
34 * Copyright 2010 Arash Payan. All rights reserved. |
|
35 */ |
|
36 |
29 |
37 #import "Appirater.h" |
30 #import "Appirater.h" |
38 #import <SystemConfiguration/SCNetworkReachability.h> |
31 #import <SystemConfiguration/SCNetworkReachability.h> |
39 #import <netinet/in.h> |
32 #import <netinet/in.h> |
40 |
33 |