phonebookengines/VirtualPhonebook/VPbkCntModel/inc/CContactStoreInfo.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 0 e686773b3f54
child 32 2828b4d142c0
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
    97         CContactStoreInfo(CContactStore& aStore, CContactStoreDomain& aDomain);
    97         CContactStoreInfo(CContactStore& aStore, CContactStoreDomain& aDomain);
    98 
    98 
    99     private:    // Data
    99     private:    // Data
   100         CContactStore& iStore;
   100         CContactStore& iStore;
   101         CContactStoreDomain& iDomain;
   101         CContactStoreDomain& iDomain;
       
   102         mutable TBool iGroupsFetched;
   102     };
   103     };
   103 } // namespace VPbkCntModel
   104 } // namespace VPbkCntModel
   104 #endif      // VPBKCNTMODEL_CCONTACTSTOREINFO_H
   105 #endif      // VPBKCNTMODEL_CCONTACTSTOREINFO_H
   105             
   106             
   106 // End of File
   107 // End of File