mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 23:51:23 +00:00
Monotone-Parent: 9b03f66c8f941172a4d41bdd0afd7fd390fac753
Monotone-Revision: 900c2fea2ca39298eafa8b0fec2a559eb880485e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-30T14:40:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTORECOMMONVIEWSCONTEXT_H
|
||||
#define MAPISTORECOMMONVIEWSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreCommonViewsContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreCommonViewsContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREDEFERREDACTIONSCONTEXT_H
|
||||
#define MAPISTOREDEFERREDACTIONSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreDeferredActionsContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreDeferredActionsContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREDELETEDITEMSCONTEXT_H
|
||||
#define MAPISTOREDELETEDITEMSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreDeletedItemsContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreDeletedItemsContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREDRAFTSCONTEXT_H
|
||||
#define MAPISTOREDRAFTSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreDraftsContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreDraftsContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREFREEBUSYCONTEXT_H
|
||||
#define MAPISTOREFREEBUSYCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreFreebusyContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreFreebusyContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREJOURNALCONTEXT_H
|
||||
#define MAPISTOREJOURNALCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreJournalContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreJournalContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTORENOTESCONTEXT_H
|
||||
#define MAPISTORENOTESCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreNotesContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreNotesContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREREMINDERSCONTEXT_H
|
||||
#define MAPISTOREREMINDERSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreRemindersContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreRemindersContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTORESCHEDULECONTEXT_H
|
||||
#define MAPISTORESCHEDULECONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreScheduleContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreScheduleContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTORESEARCHCONTEXT_H
|
||||
#define MAPISTORESEARCHCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreSearchContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreSearchContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTORESHORTCUTSCONTEXT_H
|
||||
#define MAPISTORESHORTCUTSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreShortcutsContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreShortcutsContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#ifndef MAPISTOREVIEWSCONTEXT_H
|
||||
#define MAPISTOREVIEWSCONTEXT_H
|
||||
|
||||
#import "MAPIStoreFileSystemBaseContext.h"
|
||||
#import "MAPIStoreFSBaseContext.h"
|
||||
|
||||
@interface MAPIStoreViewsContext : MAPIStoreFileSystemBaseContext
|
||||
@interface MAPIStoreViewsContext : MAPIStoreFSBaseContext
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user