RSS

(root)/iphone/tappity : 49 : tappity/source/TappityServer.h

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

« back to all changes in this revision

Viewing changes to tappity/source/TappityServer.h

Dömötör Gulyás
2009-10-28 22:34:56
Revision ID: dognotdog@gmail.com-20091028213456-9pjbddhboknsf5w8
tappity now no longer eating some events

Show diffs side-by-side

added added

removed removed

17
17
 
18
18
#import "Tappity.h"
19
19
 
 
20
@protocol CLLocationManagerDelegate;
 
21
 
20
22
@interface TappityServer : Tappity
21
23
{
22
24
        struct sockaddr_in myAddress;
36
38
        NSTimeInterval          lastGlUpdate, lastQuartzUpdate;
37
39
        NSTimeInterval          desiredFrameInterval;
38
40
        
 
41
        id <CLLocationManagerDelegate> locationDelegate, headingDelegate;
 
42
        
 
43
        NSMutableArray* queuedEvents;
 
44
        BOOL                    eventPlaybackBusy;
 
45
        
39
46
}
40
47
 
41
48
+ (id) sharedServer;
44
51
 
45
52
- (void) startWithName: (NSString*) name;
46
53
 
 
54
@property(assign) id <CLLocationManagerDelegate> locationDelegate;
 
55
@property(assign) id <CLLocationManagerDelegate> headingDelegate;
 
56
 
47
57
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches