mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 13:46:23 +00:00
Monotone-Parent: c852be1d5a70f9aa1ee5a5b4e45b30bd3ef86939
Monotone-Revision: 1ed44d9759e8a5f57b9c55905872081bf8fec785 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-03T23:53:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,9 +32,12 @@
|
||||
{
|
||||
NSMutableDictionary *mapping; /* FID/MID -> url */
|
||||
NSMutableDictionary *reverseMapping; /* url -> FID/MID */
|
||||
struct tdb_wrap *indexing;
|
||||
}
|
||||
|
||||
+ (id) sharedMapping;
|
||||
+ (id) mappingWithIndexing: (struct tdb_wrap *) indexing;
|
||||
|
||||
- (id) initWithIndexing: (struct tdb_wrap *) indexing;
|
||||
|
||||
- (NSString *) urlFromID: (uint64_t) idKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user