emailservices/emailclientapi/inc/emailmailboxcache.h
branchRCL_3
changeset 63 d189ee25cf9d
parent 12 f5907b1a1053
child 64 3533d4323edc
equal deleted inserted replaced
61:dcf0eedfc1a3 63:d189ee25cf9d
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 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;
       
   136 };
   133 };
   137 
   134 
   138 
   135 
   139 #endif // EMAILMAILBOXCACHE_H
   136 #endif // EMAILMAILBOXCACHE_H
   140 
   137 
   141 // End of file.
   138 // End of file