mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 15:59:29 +00:00
Monotone-Parent: cb7b77723f765942d950c5620150b720f5d0c5b1
Monotone-Revision: 1900d82b81c570a73d4db548a566ed09b57ee43a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-30T19:51:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -59,16 +59,12 @@
|
||||
#include <mapistore/mapistore_errors.h>
|
||||
#include <mapistore/mapistore_nameid.h>
|
||||
|
||||
NSTimeZone *utcTZ;
|
||||
|
||||
static NSCharacterSet *hexCharacterSet = nil;
|
||||
|
||||
@implementation MAPIStoreAppointmentWrapper
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
utcTZ = [NSTimeZone timeZoneWithName: @"UTC"];
|
||||
[utcTZ retain];
|
||||
if (!hexCharacterSet)
|
||||
{
|
||||
hexCharacterSet = [NSCharacterSet characterSetWithCharactersInString: @"1234567890abcdefABCDEF"];
|
||||
|
||||
Reference in New Issue
Block a user