Monotone-Parent: 6531438126de81058d8ee9b15839235efce21dc6

Monotone-Revision: d7b7ae74724e7afdc6963cf41a9aa032838ef603

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-15T22:24:14
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-12-15 22:24:14 +00:00
parent 40aab6f8ca
commit 438a582e0b
1 changed files with 4 additions and 17 deletions

View File

@ -39,36 +39,23 @@
@interface NGCardsSaxHandler : SaxDefaultHandler
{
unichar *content;
NSMutableArray *cards;
CardElement *currentElement;
CardGroup *currentCardGroup;
NSString *currentGroup;
unichar *content;
unsigned contentLength;
NSMutableDictionary *xtags;
NSMutableDictionary *subvalues;
NSMutableArray *types;
NSMutableDictionary *args;
NSMutableArray *tel;
NSMutableArray *adr;
NSMutableArray *email;
NSMutableArray *label;
NSMutableArray *url;
NSMutableArray *fburl;
NSMutableArray *caluri;
struct {
int isInVCardSet:1;
int isInVCard:1;
int isInN:1;
int isInAdr:1;
int isInOrg:1;
int isInGroup:1;
int isInGeo:1;
int collectContent:1;
int reserved:24;
} vcs;
Class topGroupClass;