~mailbox-ullrich/mnemosyne-proj/MnemoCoco

« back to all changes in this revision

Viewing changes to Classes/ConnectionDelegate.h

  • Committer: Ullrich Martini
  • Date: 2010-05-24 18:07:41 UTC
  • Revision ID: ullrich@opportunity.local-20100524180741-ad65qn2gvcem3xqi
improved persistent NSURLConnection handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
 
15
15
@interface ConnectionDelegate : NSObject {
16
 
    NSURLConnection *openSM2syncConnection;
 
16
    //NSURLConnection *openSM2syncConnection;
17
17
        NSMutableData *openSM2syncData;
18
18
        XMLdecoder *xmlDecoder;
19
19
        NSMutableString *sessionToken;