mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
Big refactor for new caching mechanism.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* SOGoMAPIObject.h - this file is part of SOGo
|
||||
/* SOGoCacheObject.h - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2012 Inverse inc
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
* Copyright (C) 2012-2014 Inverse inc
|
||||
*
|
||||
* This file is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -20,14 +18,14 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef SOGOMAPIOBJECT_H
|
||||
#define SOGOMAPIOBJECT_H
|
||||
#ifndef SOGOCACHEOBJECT_H
|
||||
#define SOGOCACHEOBJECT_H
|
||||
|
||||
#import <SOGo/SOGoObject.h>
|
||||
|
||||
@class NSMutableDictionary;
|
||||
|
||||
@interface SOGoMAPIObject : SOGoObject
|
||||
@interface SOGoCacheObject : SOGoObject
|
||||
{
|
||||
BOOL isNew;
|
||||
NSMutableDictionary *properties;
|
||||
@@ -46,4 +44,4 @@
|
||||
|
||||
@end
|
||||
|
||||
#endif /* SOGOMAPIOBJECT_H */
|
||||
#endif /* SOGOCACHEOBJECT_H */
|
||||
|
||||
Reference in New Issue
Block a user