mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 13:29:29 +00:00
Monotone-Parent: 10b56ee326ca77f71fbe5cb41d30b0640a6fe57a
Monotone-Revision: 494c37e329faf06b93265c155db7226d205150b0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-13T21:20:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
libOGoContentStore_LIBRARIES_DEPEND_UPON += \
|
||||
-lGDLContentStore \
|
||||
-lGDLAccess \
|
||||
-lNGiCal \
|
||||
-lNGCards \
|
||||
-lNGExtensions \
|
||||
-lEOControl \
|
||||
-lSaxObjC
|
||||
@@ -24,7 +24,7 @@ test_quick_extract_TOOL_LIBS += \
|
||||
-lSaxObjC \
|
||||
-lDOM \
|
||||
-lNGExtensions \
|
||||
-lNGiCal \
|
||||
-lNGCards \
|
||||
-lGDLContentStore \
|
||||
-lGDLAccess \
|
||||
-lOGoContentStore
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
@interface OCSContactFieldExtractor : GCSFieldExtractor
|
||||
@end
|
||||
|
||||
#include <NGiCal/NGVCard.h>
|
||||
#include <NGCards/NGVCard.h>
|
||||
#include "common.h"
|
||||
|
||||
@implementation OCSContactFieldExtractor
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "OCSiCalFieldExtractor.h"
|
||||
#include "common.h"
|
||||
#include <SaxObjC/SaxObjC.h>
|
||||
#include <NGiCal/NGiCal.h>
|
||||
#include <NGCards/NGCards.h>
|
||||
#include "iCalEntityObject+OCS.h"
|
||||
#include "iCalRepeatableEntityObject+OCS.h"
|
||||
|
||||
@@ -45,7 +45,7 @@ static NSNumber *distantFutureNumber = nil;
|
||||
retain];
|
||||
if (parser == nil)
|
||||
NSLog(@"ERROR: did not find a parser for text/calendar!");
|
||||
sax = [[SaxObjectDecoder alloc] initWithMappingNamed:@"NGiCal"];
|
||||
sax = [[SaxObjectDecoder alloc] initWithMappingNamed:@"NGCards"];
|
||||
if (sax == nil)
|
||||
NSLog(@"ERROR: could not create the iCal SAX handler!");
|
||||
[parser setContentHandler:sax];
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef __OGoContentStore_iCalRepeatableEntityObject_OCS_H_
|
||||
#define __OGoContentStore_iCalRepeatableEntityObject_OCS_H_
|
||||
|
||||
#include <NGiCal/NGiCal.h>
|
||||
#include <NGCards/NGCards.h>
|
||||
|
||||
@interface iCalRepeatableEntityObject (OCS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user