From 97fd630b6d08a70aa686487c9fd14926e2ba729b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 12 Oct 2010 21:37:09 +0000 Subject: [PATCH] Monotone-Parent: 5f2d5fb8116e0deaf1dacd6a19b71fa1c3b6e4a7 Monotone-Revision: 3a5f24d1dfce8a3edf53ed7593c2f7de3e47b150 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-12T21:37:09 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreMapping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenChange/MAPIStoreMapping.h b/OpenChange/MAPIStoreMapping.h index eccbb3cad..a17d980e3 100644 --- a/OpenChange/MAPIStoreMapping.h +++ b/OpenChange/MAPIStoreMapping.h @@ -30,8 +30,8 @@ @interface MAPIStoreMapping : NSObject { - NSMutableDictionary *mapping; /* FID/MID -> url */ - NSMutableDictionary *reverseMapping; /* url -> FID/MID */ + NSMutableDictionary *mapping; /* FID/MID -> url */ + NSMutableDictionary *reverseMapping; /* url -> FID/MID */ } - (NSString *) urlFromID: (uint64_t) idKey;