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:
Wolfgang Sourdeau
2010-12-30 14:40:26 +00:00
parent f85381025d
commit 4e84ef5d0c
12 changed files with 24 additions and 24 deletions

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTORECOMMONVIEWSCONTEXT_H
#define MAPISTORECOMMONVIEWSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreCommonViewsContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreCommonViewsContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREDEFERREDACTIONSCONTEXT_H
#define MAPISTOREDEFERREDACTIONSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreDeferredActionsContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreDeferredActionsContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREDELETEDITEMSCONTEXT_H
#define MAPISTOREDELETEDITEMSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreDeletedItemsContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreDeletedItemsContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREDRAFTSCONTEXT_H
#define MAPISTOREDRAFTSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreDraftsContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreDraftsContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREFREEBUSYCONTEXT_H
#define MAPISTOREFREEBUSYCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreFreebusyContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreFreebusyContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREJOURNALCONTEXT_H
#define MAPISTOREJOURNALCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreJournalContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreJournalContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTORENOTESCONTEXT_H
#define MAPISTORENOTESCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreNotesContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreNotesContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREREMINDERSCONTEXT_H
#define MAPISTOREREMINDERSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreRemindersContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreRemindersContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTORESCHEDULECONTEXT_H
#define MAPISTORESCHEDULECONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreScheduleContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreScheduleContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTORESEARCHCONTEXT_H
#define MAPISTORESEARCHCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreSearchContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreSearchContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTORESHORTCUTSCONTEXT_H
#define MAPISTORESHORTCUTSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreShortcutsContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreShortcutsContext : MAPIStoreFSBaseContext
@end

View File

@@ -23,9 +23,9 @@
#ifndef MAPISTOREVIEWSCONTEXT_H
#define MAPISTOREVIEWSCONTEXT_H
#import "MAPIStoreFileSystemBaseContext.h"
#import "MAPIStoreFSBaseContext.h"
@interface MAPIStoreViewsContext : MAPIStoreFileSystemBaseContext
@interface MAPIStoreViewsContext : MAPIStoreFSBaseContext
@end