Monotone-Parent: 5f2d5fb8116e0deaf1dacd6a19b71fa1c3b6e4a7

Monotone-Revision: 3a5f24d1dfce8a3edf53ed7593c2f7de3e47b150

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-12T21:37:09
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-10-12 21:37:09 +00:00
parent e44b6f1240
commit 97fd630b6d
1 changed files with 2 additions and 2 deletions

View File

@ -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;