RSS

(root)/iphone/tappity : 50 : tappity/source/main.m

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

« back to all changes in this revision

Viewing changes to tappity/source/main.m

Dömötör Gulyás
2009-10-30 10:05:15
Revision ID: dognotdog@gmail.com-20091030090515-tzzgj0hpoq1qi7ik
tappity server is changed to automagically hook into the relevant classes when linked with -ObjC; network header is changed to contain msg id in addition to size

Show diffs side-by-side

added added

removed removed

8
8
 
9
9
#import <UIKit/UIKit.h>
10
10
 
11
 
@class TappityAppDelegate;
12
 
 
13
11
int main(int argc, char *argv[]) {
14
12
    
15
13
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
16
 
        
17
 
        [TappityAppDelegate description];
18
 
        
 
14
 
19
15
    int retVal = UIApplicationMain(argc, argv, nil, nil);
20
16
    [pool release];
21
17
    return retVal;
22
18
}
 
19
 

Loggerhead 1.17 is a web-based interface for Bazaar branches