equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
128 // empty, caching or caching complete |
128 // empty, caching or caching complete |
129 TCacheState iState; |
129 TCacheState iState; |
130 |
130 |
131 // cached mailbox id with associated plugin data |
131 // cached mailbox id with associated plugin data |
132 RArray<TCacheEntry> iEntries; |
132 RArray<TCacheEntry> iEntries; |
|
133 |
|
134 // cache should monitor mailbox changes (notified by fsmailserver?) |
|
135 //CRepository iCenRep; |
133 }; |
136 }; |
134 |
137 |
135 |
138 |
136 #endif // EMAILMAILBOXCACHE_H |
139 #endif // EMAILMAILBOXCACHE_H |
137 |
140 |
138 // End of file |
141 // End of file. |