phonebookengines/VirtualPhonebook/VPbkCntModel/src/CContactStoreInfo.cpp
branchRCL_3
changeset 32 2828b4d142c0
parent 23 5586b4d2ec3e
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
   123         delete arr;
   123         delete arr;
   124         return count;
   124         return count;
   125         }
   125         }
   126     return iStore.NativeDatabase().GroupCount();
   126     return iStore.NativeDatabase().GroupCount();
   127     }
   127     }
       
   128 
       
   129 // -----------------------------------------------------------------------------
       
   130 // CContactStoreInfo::ResetGroupsFetched
       
   131 // -----------------------------------------------------------------------------
       
   132 //     
       
   133 void CContactStoreInfo::ResetGroupsFetched()
       
   134     {
       
   135     iGroupsFetched = EFalse;
       
   136     }
   128     
   137     
   129 } // namespace VPbkCntModel
   138 } // namespace VPbkCntModel
   130 //  End of File  
   139 //  End of File