Skip to content

Commit

Permalink
Cleaned up ZSyncTouchHandler code for readability, preparing to merge…
Browse files Browse the repository at this point in the history
… back into master branch

Updated SampleTouch project to compile with new ZSyncTouchHandler code
  • Loading branch information
Michael Fey authored and Michael Fey committed Aug 17, 2010
1 parent a7fcbac commit 2c13c97
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 464 deletions.
3 changes: 1 addition & 2 deletions DeviceCode/ZSyncTouchHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ typedef enum {
- (void)registerDelegate:(id<ZSyncDelegate>)delegate withPersistentStoreCoordinator:(NSPersistentStoreCoordinator*)coordinator;

- (void)requestSync;
- (void)stopRequestingSync;
- (void)requestPairing:(ZSyncService*)server;
- (void)authenticatePairing:(NSString*)code;
- (void)cancelPairing;
- (void)disconnectPairing;
- (void)stopRequestingSync;

/*
* When this is called the client will attempt to connect to the server and deregister any sync data.
Expand All @@ -187,6 +187,5 @@ typedef enum {
- (void)deregister;

- (NSString*)serverName;
//- (NSArray*)availableServers;

@end
Loading

0 comments on commit 2c13c97

Please sign in to comment.