mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Big refactor for new caching mechanism.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* SOGoMAPIObject.m - this file is part of SOGo
|
||||
/* SOGoCacgeObject.m - 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
|
||||
@@ -23,9 +21,9 @@
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSCalendarDate.h>
|
||||
|
||||
#import "SOGoMAPIObject.h"
|
||||
#import "SOGoCacheObject.h"
|
||||
|
||||
@implementation SOGoMAPIObject
|
||||
@implementation SOGoCacheObject
|
||||
|
||||
- (id) init
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user